#BBCAC8

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

Shades of Jungle Mist #BBCAC8

Tints of Jungle Mist #BBCAC8

Color information

#BBCAC8 (or 0xBBCAC8) is unknown color: approx Jungle Mist. HEX triplet: BB, CA and C8. RGB value is (187,202,200). Sum of RGB (Red+Green+Blue) = 187+202+200=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC8 is #443537. Grayscale: #C5C5C5. Windows color (decimal): -4470072 or 13159099. OLE color: 13159099.

HSL color Cylindrical-coordinate representation of color #BBCAC8: hue angle of 172º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC8 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB187202200-
CMYK0.0700.010.21
HSL172º12.4%76.27%-
HSV(B)172º7.43%79.22%-
XYZ52.0456.9862.9-
YUV197.29129.53120.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 200 (78.52% from 255) = 33.96%
R=31.75%
G=34.30%
B=33.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872022000.0700.010.2117212.476.27
HexBBCAC870115acc4c
Octal2733123107012525414114
Binary10111011110010101100100011101101011010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAC8; }

 p { color: rgb(187,202,200); }

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

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

 a { background-color: rgb(187,202,200); }

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

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

 span { border-color: rgb(187,202,200); }

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