Shades of Jungle Mist #B5C4C2
Tints of Jungle Mist #B5C4C2
RGB
CMYK
RGB Variations
Color information
#B5C4C2 (or 0xB5C4C2) is known color: Jungle Mist. HEX triplet: B5, C4 and C2. RGB value is (181,196,194). Sum of RGB (Red+Green+Blue) = 181+196+194=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4C2 is #4A3B3D. Grayscale: #BFBFBF. Windows color (decimal): -4864830 or 12764341. OLE color: 12764341.
HSL color Cylindrical-coordinate representation of color #B5C4C2: hue angle of 172º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C4C2 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 181 | 196 | 194 | - |
CMYK | 0.08 | 0 | 0.01 | 0.23 |
HSL | 172º | 0.11% | 0.74% | - |
HSV(B) | 172º | 0.08% | 0.77% | - |
XYZ | 48.53 | 53.2 | 58.75 | - |
YUV | 191.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 196 | 194 | 0.08 | 0 | 0.01 | 0.23 | 172 | 0.11 | 0.74 |
Hex | B5 | C4 | C2 | 8 | 0 | 1 | 17 | AC | B | 4A |
Octal | 265 | 304 | 302 | 10 | 0 | 1 | 27 | 254 | 13 | 112 |
Binary | 10110101 | 11000100 | 11000010 | 1000 | 0 | 1 | 10111 | 10101100 | 1011 | 1001010 |
Color Harmonies of #B5C4C2
Complementary color
Monochromatic Colors of #B5C4C2
Black with #B5C4C2
Text Example
Text Example
White with #B5C4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C4C2; }
p { color: rgb(181,196,194); }
H1.HeaderClassName
{
color: #B5C4C2;
}
.AnyTagClassName
{
color: #B5C4C2;
}
</style>
background-color css
<style>
a { background-color: #B5C4C2; }
a { background-color: rgb(181,196,194); }
div.DivClassName
{
background-color: #B5C4C2;
}
.BgClassName
{
background-color: #B5C4C2;
}
</style>
border-color css
<style>
span { border-color: #B5C4C2; }
span { border-color: rgb(181,196,194); }
td.TdClassName
{
border-color: #B5C4C2;
}
.TagClassName
{
border-color: #B5C4C2;
}
</style>