#BBC9CB

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

Shades of Jungle Mist #BBC9CB

Tints of Jungle Mist #BBC9CB

Color information

#BBC9CB (or 0xBBC9CB) is unknown color: approx Jungle Mist. HEX triplet: BB, C9 and CB. RGB value is (187,201,203). Sum of RGB (Red+Green+Blue) = 187+201+203=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CB is #443634. Grayscale: #C5C5C5. Windows color (decimal): -4470325 or 13355451. OLE color: 13355451.

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

Color convert

RGB187201203-
CMYK0.080.0100.20
HSL187.5º13.33%76.47%-
HSV(B)187.5º7.88%79.61%-
XYZ52.1656.6564.69-
YUV197.04131.36120.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=31.64%
G=34.01%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872012030.080.0100.20187.513.3376.47
HexBBC9CB81014bbd4c
Octal27331131310102427315114
Binary101110111100100111001011100010101001011101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9CB; }

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

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

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

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

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

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

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

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