Shades of Jungle Mist #B7CFCE
Tints of Jungle Mist #B7CFCE
RGB
CMYK
RGB Variations
Color information
#B7CFCE (or 0xB7CFCE) is known color: Jungle Mist. HEX triplet: B7, CF and CE. RGB value is (183,207,206). Sum of RGB (Red+Green+Blue) = 183+207+206=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFCE is #483031. Grayscale: #C7C7C7. Windows color (decimal): -4730930 or 13553591. OLE color: 13553591.
HSL color Cylindrical-coordinate representation of color #B7CFCE: hue angle of 177.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CFCE is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 206 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.19 |
| HSL | 177.5º | 0.2% | 0.76% | - |
| HSV(B) | 177.5º | 0.12% | 0.81% | - |
| XYZ | 52.98 | 59.15 | 67.02 | - |
| YUV | 199.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 206 | 0.12 | 0 | 0.00 | 0.19 | 177.5 | 0.2 | 0.76 |
| Hex | B7 | CF | CE | C | 0 | 0 | 13 | B2 | 14 | 4C |
| Octal | 267 | 317 | 316 | 14 | 0 | 0 | 23 | 262 | 24 | 114 |
| Binary | 10110111 | 11001111 | 11001110 | 1100 | 0 | 0 | 10011 | 10110010 | 10100 | 1001100 |
Color Harmonies of #B7CFCE
Complementary color
Monochromatic Colors of #B7CFCE
Black with #B7CFCE
Text Example
Text Example
White with #B7CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFCE; }
p { color: rgb(183,207,206); }
H1.HeaderClassName
{
color: #B7CFCE;
}
.AnyTagClassName
{
color: #B7CFCE;
}
</style>
background-color css
<style>
a { background-color: #B7CFCE; }
a { background-color: rgb(183,207,206); }
div.DivClassName
{
background-color: #B7CFCE;
}
.BgClassName
{
background-color: #B7CFCE;
}
</style>
border-color css
<style>
span { border-color: #B7CFCE; }
span { border-color: rgb(183,207,206); }
td.TdClassName
{
border-color: #B7CFCE;
}
.TagClassName
{
border-color: #B7CFCE;
}
</style>