Shades of Jungle Mist #B5CBCC
Tints of Jungle Mist #B5CBCC
RGB
CMYK
RGB Variations
Color information
#B5CBCC (or 0xB5CBCC) is known color: Jungle Mist. HEX triplet: B5, CB and CC. RGB value is (181,203,204). Sum of RGB (Red+Green+Blue) = 181+203+204=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBCC is #4A3433. Grayscale: #C4C4C4. Windows color (decimal): -4863028 or 13421493. OLE color: 13421493.
HSL color Cylindrical-coordinate representation of color #B5CBCC: hue angle of 182.61º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CBCC is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 203 | 204 | - |
CMYK | 0.11 | 0.00 | 0 | 0.2 |
HSL | 182.61º | 0.18% | 0.75% | - |
HSV(B) | 182.61º | 0.11% | 0.8% | - |
XYZ | 51.31 | 56.9 | 65.4 | - |
YUV | 196.54 | 132.21 | 116.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 203 | 204 | 0.11 | 0.00 | 0 | 0.2 | 182.61 | 0.18 | 0.75 |
Hex | B5 | CB | CC | B | 0 | 0 | 14 | B7 | 12 | 4B |
Octal | 265 | 313 | 314 | 13 | 0 | 0 | 24 | 267 | 22 | 113 |
Binary | 10110101 | 11001011 | 11001100 | 1011 | 0 | 0 | 10100 | 10110111 | 10010 | 1001011 |
Color Harmonies of #B5CBCC
Complementary color
Monochromatic Colors of #B5CBCC
Black with #B5CBCC
Text Example
Text Example
White with #B5CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBCC; }
p { color: rgb(181,203,204); }
H1.HeaderClassName
{
color: #B5CBCC;
}
.AnyTagClassName
{
color: #B5CBCC;
}
</style>
background-color css
<style>
a { background-color: #B5CBCC; }
a { background-color: rgb(181,203,204); }
div.DivClassName
{
background-color: #B5CBCC;
}
.BgClassName
{
background-color: #B5CBCC;
}
</style>
border-color css
<style>
span { border-color: #B5CBCC; }
span { border-color: rgb(181,203,204); }
td.TdClassName
{
border-color: #B5CBCC;
}
.TagClassName
{
border-color: #B5CBCC;
}
</style>