#BBC8CB

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

Shades of Jungle Mist #BBC8CB

Tints of Jungle Mist #BBC8CB

Color information

#BBC8CB (or 0xBBC8CB) is unknown color: approx Jungle Mist. HEX triplet: BB, C8 and CB. RGB value is (187,200,203). Sum of RGB (Red+Green+Blue) = 187+200+203=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8CB is #443734. Grayscale: #C4C4C4. Windows color (decimal): -4470581 or 13355195. OLE color: 13355195.

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

Color convert

RGB187200203-
CMYK0.080.0100.20
HSL191.25º13.33%76.47%-
HSV(B)191.25º7.88%79.61%-
XYZ51.9356.1964.61-
YUV196.46131.69121.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=31.69%
G=33.90%
B=34.41%

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
Decimal1872002030.080.0100.20191.2513.3376.47
HexBBC8CB81014bfd4c
Octal27331031310102427715114
Binary101110111100100011001011100010101001011111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8CB; }

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

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

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

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

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

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

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

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