Shades of Jungle Mist #B9CECE
Tints of Jungle Mist #B9CECE
RGB
CMYK
RGB Variations
Color information
#B9CECE (or 0xB9CECE) is known color: Jungle Mist. HEX triplet: B9, CE and CE. RGB value is (185,206,206). Sum of RGB (Red+Green+Blue) = 185+206+206=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B9CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CECE is #463131. Grayscale: #C7C7C7. Windows color (decimal): -4600114 or 13553337. OLE color: 13553337.
HSL color Cylindrical-coordinate representation of color #B9CECE: hue angle of 180º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CECE is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 185 | 206 | 206 | - |
CMYK | 0.10 | 0 | 0 | 0.19 |
HSL | 180º | 0.18% | 0.77% | - |
HSV(B) | 180º | 0.1% | 0.81% | - |
XYZ | 53.22 | 58.91 | 66.96 | - |
YUV | 199.72 | 131.54 | 117.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 206 | 206 | 0.10 | 0 | 0 | 0.19 | 180 | 0.18 | 0.77 |
Hex | B9 | CE | CE | A | 0 | 0 | 13 | B4 | 12 | 4D |
Octal | 271 | 316 | 316 | 12 | 0 | 0 | 23 | 264 | 22 | 115 |
Binary | 10111001 | 11001110 | 11001110 | 1010 | 0 | 0 | 10011 | 10110100 | 10010 | 1001101 |
Color Harmonies of #B9CECE
Complementary color
Monochromatic Colors of #B9CECE
Black with #B9CECE
Text Example
Text Example
White with #B9CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CECE; }
p { color: rgb(185,206,206); }
H1.HeaderClassName
{
color: #B9CECE;
}
.AnyTagClassName
{
color: #B9CECE;
}
</style>
background-color css
<style>
a { background-color: #B9CECE; }
a { background-color: rgb(185,206,206); }
div.DivClassName
{
background-color: #B9CECE;
}
.BgClassName
{
background-color: #B9CECE;
}
</style>
border-color css
<style>
span { border-color: #B9CECE; }
span { border-color: rgb(185,206,206); }
td.TdClassName
{
border-color: #B9CECE;
}
.TagClassName
{
border-color: #B9CECE;
}
</style>