#BCEB8F

Color #BCEB8F Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCEB8F

Tints of Sulu #BCEB8F

Color information

#BCEB8F (or 0xBCEB8F) is unknown color: approx Sulu. HEX triplet: BC, EB and 8F. RGB value is (188,235,143). Sum of RGB (Red+Green+Blue) = 188+235+143=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEB8F is #431470. Grayscale: #D2D2D2. Windows color (decimal): -4396145 or 9431996. OLE color: 9431996.

HSL color Cylindrical-coordinate representation of color #BCEB8F: hue angle of 90.65º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCEB8F is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB188235143-
CMYK0.200.390.08
HSL90.65º69.7%74.12%-
HSV(B)90.65º39.15%92.16%-
XYZ55.4172.0936.98-
YUV210.4689.93111.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 143 (56.25% from 255) = 25.27%
R=33.22%
G=41.52%
B=25.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351430.200.390.0890.6569.774.12
HexBCEB8F1402785b464a
Octal2743532172404710133106112
Binary1011110011101011100011111010001001111000101101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB8F; }

 p { color: rgb(188,235,143); }

 H1.HeaderClassName
 {
   color: #BCEB8F;
 }
 .AnyTagClassName
 {
   color: #BCEB8F;
 }
</style>
background-color css

<style>
 a { background-color: #BCEB8F; }

 a { background-color: rgb(188,235,143); }

 div.DivClassName
 {
   background-color: #BCEB8F;
 }
 .BgClassName
 {
   background-color: #BCEB8F;
 }
</style>
border-color css

<style>
 span { border-color: #BCEB8F; }

 span { border-color: rgb(188,235,143); }

 td.TdClassName
 {
   border-color: #BCEB8F;
 }
 .TagClassName
 {
   border-color: #BCEB8F;
 }
</style>