Shades of Jungle Mist #BBCCCC
Tints of Jungle Mist #BBCCCC
RGB
CMYK
RGB Variations
Color information
#BBCCCC (or 0xBBCCCC) is known color: Jungle Mist. HEX triplet: BB, CC and CC. RGB value is (187,204,204). Sum of RGB (Red+Green+Blue) = 187+204+204=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #BBCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCCC is #443333. Grayscale: #C6C6C6. Windows color (decimal): -4469556 or 13421755. OLE color: 13421755.
HSL color Cylindrical-coordinate representation of color #BBCCCC: hue angle of 180º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCCC is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 204 | - |
CMYK | 0.08 | 0 | 0 | 0.2 |
HSL | 180º | 0.14% | 0.77% | - |
HSV(B) | 180º | 0.08% | 0.8% | - |
XYZ | 52.99 | 58.11 | 65.55 | - |
YUV | 198.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 204 | 0.08 | 0 | 0 | 0.2 | 180 | 0.14 | 0.77 |
Hex | BB | CC | CC | 8 | 0 | 0 | 14 | B4 | E | 4D |
Octal | 273 | 314 | 314 | 10 | 0 | 0 | 24 | 264 | 16 | 115 |
Binary | 10111011 | 11001100 | 11001100 | 1000 | 0 | 0 | 10100 | 10110100 | 1110 | 1001101 |
Color Harmonies of #BBCCCC
Complementary color
Monochromatic Colors of #BBCCCC
Black with #BBCCCC
Text Example
Text Example
White with #BBCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCCC; }
p { color: rgb(187,204,204); }
H1.HeaderClassName
{
color: #BBCCCC;
}
.AnyTagClassName
{
color: #BBCCCC;
}
</style>
background-color css
<style>
a { background-color: #BBCCCC; }
a { background-color: rgb(187,204,204); }
div.DivClassName
{
background-color: #BBCCCC;
}
.BgClassName
{
background-color: #BBCCCC;
}
</style>
border-color css
<style>
span { border-color: #BBCCCC; }
span { border-color: rgb(187,204,204); }
td.TdClassName
{
border-color: #BBCCCC;
}
.TagClassName
{
border-color: #BBCCCC;
}
</style>