Shades of Jungle Mist #B7CCCC
Tints of Jungle Mist #B7CCCC
RGB
CMYK
RGB Variations
Color information
#B7CCCC (or 0xB7CCCC) is known color: Jungle Mist. HEX triplet: B7, CC and CC. RGB value is (183,204,204). Sum of RGB (Red+Green+Blue) = 183+204+204=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B7CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCCC is #483333. Grayscale: #C5C5C5. Windows color (decimal): -4731700 or 13421751. OLE color: 13421751.
HSL color Cylindrical-coordinate representation of color #B7CCCC: hue angle of 180º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCCC is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 183 | 204 | 204 | - |
CMYK | 0.10 | 0 | 0 | 0.2 |
HSL | 180º | 0.17% | 0.76% | - |
HSV(B) | 180º | 0.1% | 0.8% | - |
XYZ | 52.02 | 57.61 | 65.51 | - |
YUV | 197.72 | 131.54 | 117.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 204 | 204 | 0.10 | 0 | 0 | 0.2 | 180 | 0.17 | 0.76 |
Hex | B7 | CC | CC | A | 0 | 0 | 14 | B4 | 11 | 4C |
Octal | 267 | 314 | 314 | 12 | 0 | 0 | 24 | 264 | 21 | 114 |
Binary | 10110111 | 11001100 | 11001100 | 1010 | 0 | 0 | 10100 | 10110100 | 10001 | 1001100 |
Color Harmonies of #B7CCCC
Complementary color
Monochromatic Colors of #B7CCCC
Black with #B7CCCC
Text Example
Text Example
White with #B7CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCCC; }
p { color: rgb(183,204,204); }
H1.HeaderClassName
{
color: #B7CCCC;
}
.AnyTagClassName
{
color: #B7CCCC;
}
</style>
background-color css
<style>
a { background-color: #B7CCCC; }
a { background-color: rgb(183,204,204); }
div.DivClassName
{
background-color: #B7CCCC;
}
.BgClassName
{
background-color: #B7CCCC;
}
</style>
border-color css
<style>
span { border-color: #B7CCCC; }
span { border-color: rgb(183,204,204); }
td.TdClassName
{
border-color: #B7CCCC;
}
.TagClassName
{
border-color: #B7CCCC;
}
</style>