Shades of Jungle Mist #B5C9CD
Tints of Jungle Mist #B5C9CD
RGB
CMYK
RGB Variations
Color information
#B5C9CD (or 0xB5C9CD) is known color: Jungle Mist. HEX triplet: B5, C9 and CD. RGB value is (181,201,205). Sum of RGB (Red+Green+Blue) = 181+201+205=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9CD is #4A3632. Grayscale: #C3C3C3. Windows color (decimal): -4863539 or 13486517. OLE color: 13486517.
HSL color Cylindrical-coordinate representation of color #B5C9CD: hue angle of 190º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C9CD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 201 | 205 | - |
CMYK | 0.12 | 0.02 | 0 | 0.20 |
HSL | 190º | 0.19% | 0.76% | - |
HSV(B) | 190º | 0.12% | 0.8% | - |
XYZ | 50.96 | 56 | 65.88 | - |
YUV | 195.48 | 133.37 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 201 | 205 | 0.12 | 0.02 | 0 | 0.20 | 190 | 0.19 | 0.76 |
Hex | B5 | C9 | CD | C | 2 | 0 | 14 | BE | 13 | 4C |
Octal | 265 | 311 | 315 | 14 | 2 | 0 | 24 | 276 | 23 | 114 |
Binary | 10110101 | 11001001 | 11001101 | 1100 | 10 | 0 | 10100 | 10111110 | 10011 | 1001100 |
Color Harmonies of #B5C9CD
Complementary color
Monochromatic Colors of #B5C9CD
Black with #B5C9CD
Text Example
Text Example
White with #B5C9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C9CD; }
p { color: rgb(181,201,205); }
H1.HeaderClassName
{
color: #B5C9CD;
}
.AnyTagClassName
{
color: #B5C9CD;
}
</style>
background-color css
<style>
a { background-color: #B5C9CD; }
a { background-color: rgb(181,201,205); }
div.DivClassName
{
background-color: #B5C9CD;
}
.BgClassName
{
background-color: #B5C9CD;
}
</style>
border-color css
<style>
span { border-color: #B5C9CD; }
span { border-color: rgb(181,201,205); }
td.TdClassName
{
border-color: #B5C9CD;
}
.TagClassName
{
border-color: #B5C9CD;
}
</style>