#BBC8CA

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

Shades of Jungle Mist #BBC8CA

Tints of Jungle Mist #BBC8CA

Color information

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

HSL color Cylindrical-coordinate representation of color #BBC8CA: hue angle of 188º 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 #BBC8CA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187200202-
CMYK0.070.0100.21
HSL188º12.4%76.27%-
HSV(B)188º7.43%79.22%-
XYZ51.8156.1463.98-
YUV196.34131.19121.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872002020.070.0100.2118812.476.27
HexBBC8CA71015bcc4c
Octal2733103127102527414114
Binary10111011110010001100101011110101011011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8CA; }

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

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

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

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

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

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

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

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