Shades of Jungle Mist #B5CCCC
Tints of Jungle Mist #B5CCCC
RGB
CMYK
RGB Variations
Color information
#B5CCCC (or 0xB5CCCC) is known color: Jungle Mist. HEX triplet: B5, CC and CC. RGB value is (181,204,204). Sum of RGB (Red+Green+Blue) = 181+204+204=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B5CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCCC is #4A3333. Grayscale: #C5C5C5. Windows color (decimal): -4862772 or 13421749. OLE color: 13421749.
HSL color Cylindrical-coordinate representation of color #B5CCCC: hue angle of 180º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CCCC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 204 | 204 | - |
CMYK | 0.11 | 0 | 0 | 0.2 |
HSL | 180º | 0.18% | 0.75% | - |
HSV(B) | 180º | 0.11% | 0.8% | - |
XYZ | 51.55 | 57.37 | 65.48 | - |
YUV | 197.12 | 131.88 | 116.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 204 | 0.11 | 0 | 0 | 0.2 | 180 | 0.18 | 0.75 |
Hex | B5 | CC | CC | B | 0 | 0 | 14 | B4 | 12 | 4B |
Octal | 265 | 314 | 314 | 13 | 0 | 0 | 24 | 264 | 22 | 113 |
Binary | 10110101 | 11001100 | 11001100 | 1011 | 0 | 0 | 10100 | 10110100 | 10010 | 1001011 |
Color Harmonies of #B5CCCC
Complementary color
Monochromatic Colors of #B5CCCC
Black with #B5CCCC
Text Example
Text Example
White with #B5CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCCC; }
p { color: rgb(181,204,204); }
H1.HeaderClassName
{
color: #B5CCCC;
}
.AnyTagClassName
{
color: #B5CCCC;
}
</style>
background-color css
<style>
a { background-color: #B5CCCC; }
a { background-color: rgb(181,204,204); }
div.DivClassName
{
background-color: #B5CCCC;
}
.BgClassName
{
background-color: #B5CCCC;
}
</style>
border-color css
<style>
span { border-color: #B5CCCC; }
span { border-color: rgb(181,204,204); }
td.TdClassName
{
border-color: #B5CCCC;
}
.TagClassName
{
border-color: #B5CCCC;
}
</style>