Shades of Jungle Mist #B2C9C5
Tints of Jungle Mist #B2C9C5
RGB
CMYK
RGB Variations
Color information
#B2C9C5 (or 0xB2C9C5) is known color: Jungle Mist. HEX triplet: B2, C9 and C5. RGB value is (178,201,197). Sum of RGB (Red+Green+Blue) = 178+201+197=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9C5 is #4D363A. Grayscale: #C1C1C1. Windows color (decimal): -5060155 or 12962226. OLE color: 12962226.
HSL color Cylindrical-coordinate representation of color #B2C9C5: hue angle of 169.57º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C9C5 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 197 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.21 |
| HSL | 169.57º | 0.18% | 0.74% | - |
| HSV(B) | 169.57º | 0.11% | 0.79% | - |
| XYZ | 49.32 | 55.27 | 60.89 | - |
| YUV | 193.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 197 | 0.11 | 0 | 0.02 | 0.21 | 169.57 | 0.18 | 0.74 |
| Hex | B2 | C9 | C5 | B | 0 | 2 | 15 | AA | 12 | 4A |
| Octal | 262 | 311 | 305 | 13 | 0 | 2 | 25 | 252 | 22 | 112 |
| Binary | 10110010 | 11001001 | 11000101 | 1011 | 0 | 10 | 10101 | 10101010 | 10010 | 1001010 |
Color Harmonies of #B2C9C5
Complementary color
Monochromatic Colors of #B2C9C5
Black with #B2C9C5
Text Example
Text Example
White with #B2C9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C9C5; }
p { color: rgb(178,201,197); }
H1.HeaderClassName
{
color: #B2C9C5;
}
.AnyTagClassName
{
color: #B2C9C5;
}
</style>
background-color css
<style>
a { background-color: #B2C9C5; }
a { background-color: rgb(178,201,197); }
div.DivClassName
{
background-color: #B2C9C5;
}
.BgClassName
{
background-color: #B2C9C5;
}
</style>
border-color css
<style>
span { border-color: #B2C9C5; }
span { border-color: rgb(178,201,197); }
td.TdClassName
{
border-color: #B2C9C5;
}
.TagClassName
{
border-color: #B2C9C5;
}
</style>