Shades of Jungle Mist #B5CBC9
Tints of Jungle Mist #B5CBC9
RGB
CMYK
RGB Variations
Color information
#B5CBC9 (or 0xB5CBC9) is known color: Jungle Mist. HEX triplet: B5, CB and C9. RGB value is (181,203,201). Sum of RGB (Red+Green+Blue) = 181+203+201=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBC9 is #4A3436. Grayscale: #C4C4C4. Windows color (decimal): -4863031 or 13224885. OLE color: 13224885.
HSL color Cylindrical-coordinate representation of color #B5CBC9: hue angle of 174.55º degrees, saturation: 0.17, 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 #B5CBC9 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 201 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.20 |
| HSL | 174.55º | 0.17% | 0.75% | - |
| HSV(B) | 174.55º | 0.11% | 0.8% | - |
| XYZ | 50.95 | 56.75 | 63.53 | - |
| YUV | 196.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 201 | 0.11 | 0 | 0.01 | 0.20 | 174.55 | 0.17 | 0.75 |
| Hex | B5 | CB | C9 | B | 0 | 1 | 14 | AF | 11 | 4B |
| Octal | 265 | 313 | 311 | 13 | 0 | 1 | 24 | 257 | 21 | 113 |
| Binary | 10110101 | 11001011 | 11001001 | 1011 | 0 | 1 | 10100 | 10101111 | 10001 | 1001011 |
Color Harmonies of #B5CBC9
Complementary color
Monochromatic Colors of #B5CBC9
Black with #B5CBC9
Text Example
Text Example
White with #B5CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBC9; }
p { color: rgb(181,203,201); }
H1.HeaderClassName
{
color: #B5CBC9;
}
.AnyTagClassName
{
color: #B5CBC9;
}
</style>
background-color css
<style>
a { background-color: #B5CBC9; }
a { background-color: rgb(181,203,201); }
div.DivClassName
{
background-color: #B5CBC9;
}
.BgClassName
{
background-color: #B5CBC9;
}
</style>
border-color css
<style>
span { border-color: #B5CBC9; }
span { border-color: rgb(181,203,201); }
td.TdClassName
{
border-color: #B5CBC9;
}
.TagClassName
{
border-color: #B5CBC9;
}
</style>