Shades of Jungle Mist #B7CAC8
Tints of Jungle Mist #B7CAC8
RGB
CMYK
RGB Variations
Color information
#B7CAC8 (or 0xB7CAC8) is known color: Jungle Mist. HEX triplet: B7, CA and C8. RGB value is (183,202,200). Sum of RGB (Red+Green+Blue) = 183+202+200=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CAC8 is #483537. Grayscale: #C4C4C4. Windows color (decimal): -4732216 or 13159095. OLE color: 13159095.
HSL color Cylindrical-coordinate representation of color #B7CAC8: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7CAC8 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 200 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.21 |
| HSL | 173.68º | 0.15% | 0.75% | - |
| HSV(B) | 173.68º | 0.09% | 0.79% | - |
| XYZ | 51.07 | 56.48 | 62.85 | - |
| YUV | 196.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 200 | 0.09 | 0 | 0.01 | 0.21 | 173.68 | 0.15 | 0.75 |
| Hex | B7 | CA | C8 | 9 | 0 | 1 | 15 | AE | F | 4B |
| Octal | 267 | 312 | 310 | 11 | 0 | 1 | 25 | 256 | 17 | 113 |
| Binary | 10110111 | 11001010 | 11001000 | 1001 | 0 | 1 | 10101 | 10101110 | 1111 | 1001011 |
Color Harmonies of #B7CAC8
Complementary color
Monochromatic Colors of #B7CAC8
Black with #B7CAC8
Text Example
Text Example
White with #B7CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CAC8; }
p { color: rgb(183,202,200); }
H1.HeaderClassName
{
color: #B7CAC8;
}
.AnyTagClassName
{
color: #B7CAC8;
}
</style>
background-color css
<style>
a { background-color: #B7CAC8; }
a { background-color: rgb(183,202,200); }
div.DivClassName
{
background-color: #B7CAC8;
}
.BgClassName
{
background-color: #B7CAC8;
}
</style>
border-color css
<style>
span { border-color: #B7CAC8; }
span { border-color: rgb(183,202,200); }
td.TdClassName
{
border-color: #B7CAC8;
}
.TagClassName
{
border-color: #B7CAC8;
}
</style>