Shades of Jungle Mist #B7CECE
Tints of Jungle Mist #B7CECE
RGB
CMYK
RGB Variations
Color information
#B7CECE (or 0xB7CECE) is known color: Jungle Mist. HEX triplet: B7, CE and CE. RGB value is (183,206,206). Sum of RGB (Red+Green+Blue) = 183+206+206=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B7CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECE is #483131. Grayscale: #C7C7C7. Windows color (decimal): -4731186 or 13553335. OLE color: 13553335.
HSL color Cylindrical-coordinate representation of color #B7CECE: hue angle of 180º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CECE is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 206 | - |
| CMYK | 0.11 | 0 | 0 | 0.19 |
| HSL | 180º | 0.19% | 0.76% | - |
| HSV(B) | 180º | 0.11% | 0.81% | - |
| XYZ | 52.74 | 58.67 | 66.94 | - |
| YUV | 199.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 206 | 0.11 | 0 | 0 | 0.19 | 180 | 0.19 | 0.76 |
| Hex | B7 | CE | CE | B | 0 | 0 | 13 | B4 | 13 | 4C |
| Octal | 267 | 316 | 316 | 13 | 0 | 0 | 23 | 264 | 23 | 114 |
| Binary | 10110111 | 11001110 | 11001110 | 1011 | 0 | 0 | 10011 | 10110100 | 10011 | 1001100 |
Color Harmonies of #B7CECE
Complementary color
Monochromatic Colors of #B7CECE
Black with #B7CECE
Text Example
Text Example
White with #B7CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CECE; }
p { color: rgb(183,206,206); }
H1.HeaderClassName
{
color: #B7CECE;
}
.AnyTagClassName
{
color: #B7CECE;
}
</style>
background-color css
<style>
a { background-color: #B7CECE; }
a { background-color: rgb(183,206,206); }
div.DivClassName
{
background-color: #B7CECE;
}
.BgClassName
{
background-color: #B7CECE;
}
</style>
border-color css
<style>
span { border-color: #B7CECE; }
span { border-color: rgb(183,206,206); }
td.TdClassName
{
border-color: #B7CECE;
}
.TagClassName
{
border-color: #B7CECE;
}
</style>