#BBCACB

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

Shades of Jungle Mist #BBCACB

Tints of Jungle Mist #BBCACB

Color information

#BBCACB (or 0xBBCACB) is unknown color: approx Jungle Mist. HEX triplet: BB, CA and CB. RGB value is (187,202,203). Sum of RGB (Red+Green+Blue) = 187+202+203=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACB is #443534. Grayscale: #C5C5C5. Windows color (decimal): -4470069 or 13355707. OLE color: 13355707.

HSL color Cylindrical-coordinate representation of color #BBCACB: hue angle of 183.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCACB is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187202203-
CMYK0.080.0000.20
HSL183.75º13.33%76.47%-
HSV(B)183.75º7.88%79.61%-
XYZ52.3957.1264.76-
YUV197.63131.03120.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=31.59%
G=34.12%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872022030.080.0000.20183.7513.3376.47
HexBBCACB80014b8d4c
Octal27331231310002427015114
Binary101110111100101011001011100000101001011100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCACB; }

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

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

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

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

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

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

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

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