Shades of Jungle Mist #B8CACA
Tints of Jungle Mist #B8CACA
RGB
CMYK
RGB Variations
Color information
#B8CACA (or 0xB8CACA) is known color: Jungle Mist. HEX triplet: B8, CA and CA. RGB value is (184,202,202). Sum of RGB (Red+Green+Blue) = 184+202+202=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B8CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CACA is #473535. Grayscale: #C4C4C4. Windows color (decimal): -4666678 or 13290168. OLE color: 13290168.
HSL color Cylindrical-coordinate representation of color #B8CACA: hue angle of 180º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CACA is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 202 | - |
| CMYK | 0.09 | 0 | 0 | 0.21 |
| HSL | 180º | 0.15% | 0.76% | - |
| HSV(B) | 180º | 0.09% | 0.79% | - |
| XYZ | 51.55 | 56.7 | 64.1 | - |
| YUV | 196.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 202 | 0.09 | 0 | 0 | 0.21 | 180 | 0.15 | 0.76 |
| Hex | B8 | CA | CA | 9 | 0 | 0 | 15 | B4 | F | 4C |
| Octal | 270 | 312 | 312 | 11 | 0 | 0 | 25 | 264 | 17 | 114 |
| Binary | 10111000 | 11001010 | 11001010 | 1001 | 0 | 0 | 10101 | 10110100 | 1111 | 1001100 |
Color Harmonies of #B8CACA
Complementary color
Monochromatic Colors of #B8CACA
Black with #B8CACA
Text Example
Text Example
White with #B8CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CACA; }
p { color: rgb(184,202,202); }
H1.HeaderClassName
{
color: #B8CACA;
}
.AnyTagClassName
{
color: #B8CACA;
}
</style>
background-color css
<style>
a { background-color: #B8CACA; }
a { background-color: rgb(184,202,202); }
div.DivClassName
{
background-color: #B8CACA;
}
.BgClassName
{
background-color: #B8CACA;
}
</style>
border-color css
<style>
span { border-color: #B8CACA; }
span { border-color: rgb(184,202,202); }
td.TdClassName
{
border-color: #B8CACA;
}
.TagClassName
{
border-color: #B8CACA;
}
</style>