Shades of Jungle Mist #B5C8CA
Tints of Jungle Mist #B5C8CA
RGB
CMYK
RGB Variations
Color information
#B5C8CA (or 0xB5C8CA) is known color: Jungle Mist. HEX triplet: B5, C8 and CA. RGB value is (181,200,202). Sum of RGB (Red+Green+Blue) = 181+200+202=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8CA is #4A3735. Grayscale: #C2C2C2. Windows color (decimal): -4863798 or 13289653. OLE color: 13289653.
HSL color Cylindrical-coordinate representation of color #B5C8CA: hue angle of 185.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C8CA is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 200 | 202 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.21 |
| HSL | 185.71º | 0.17% | 0.75% | - |
| HSV(B) | 185.71º | 0.1% | 0.79% | - |
| XYZ | 50.37 | 55.4 | 63.91 | - |
| YUV | 194.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 202 | 0.10 | 0.01 | 0 | 0.21 | 185.71 | 0.17 | 0.75 |
| Hex | B5 | C8 | CA | A | 1 | 0 | 15 | BA | 11 | 4B |
| Octal | 265 | 310 | 312 | 12 | 1 | 0 | 25 | 272 | 21 | 113 |
| Binary | 10110101 | 11001000 | 11001010 | 1010 | 1 | 0 | 10101 | 10111010 | 10001 | 1001011 |
Color Harmonies of #B5C8CA
Complementary color
Monochromatic Colors of #B5C8CA
Black with #B5C8CA
Text Example
Text Example
White with #B5C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8CA; }
p { color: rgb(181,200,202); }
H1.HeaderClassName
{
color: #B5C8CA;
}
.AnyTagClassName
{
color: #B5C8CA;
}
</style>
background-color css
<style>
a { background-color: #B5C8CA; }
a { background-color: rgb(181,200,202); }
div.DivClassName
{
background-color: #B5C8CA;
}
.BgClassName
{
background-color: #B5C8CA;
}
</style>
border-color css
<style>
span { border-color: #B5C8CA; }
span { border-color: rgb(181,200,202); }
td.TdClassName
{
border-color: #B5C8CA;
}
.TagClassName
{
border-color: #B5C8CA;
}
</style>