#BBC8C8

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

Shades of Jungle Mist #BBC8C8

Tints of Jungle Mist #BBC8C8

Color information

#BBC8C8 (or 0xBBC8C8) is unknown color: approx Jungle Mist. HEX triplet: BB, C8 and C8. RGB value is (187,200,200). Sum of RGB (Red+Green+Blue) = 187+200+200=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #BBC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8C8 is #443737. Grayscale: #C4C4C4. Windows color (decimal): -4470584 or 13158587. OLE color: 13158587.

HSL color Cylindrical-coordinate representation of color #BBC8C8: hue angle of 180º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC8C8 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187200200-
CMYK0.06000.22
HSL180º10.57%75.88%-
HSV(B)180º6.5%78.43%-
XYZ51.5756.0462.74-
YUV196.11130.19121.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=31.86%
G=34.07%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872002000.06000.2218010.5775.88
HexBBC8C860016b4b4c
Octal2733103106002626413114
Binary10111011110010001100100011000101101011010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8C8; }

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

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

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

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

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

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

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

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