Shades of Jungle Mist #B1CCC9
Tints of Jungle Mist #B1CCC9
RGB
CMYK
RGB Variations
Color information
#B1CCC9 (or 0xB1CCC9) is known color: Jungle Mist. HEX triplet: B1, CC and C9. RGB value is (177,204,201). Sum of RGB (Red+Green+Blue) = 177+204+201=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCC9 is #4E3336. Grayscale: #C3C3C3. Windows color (decimal): -5124919 or 13225137. OLE color: 13225137.
HSL color Cylindrical-coordinate representation of color #B1CCC9: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCC9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 201 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.2 |
| HSL | 173.33º | 0.21% | 0.75% | - |
| HSV(B) | 173.33º | 0.13% | 0.8% | - |
| XYZ | 50.27 | 56.75 | 63.56 | - |
| YUV | 195.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 201 | 0.13 | 0 | 0.01 | 0.2 | 173.33 | 0.21 | 0.75 |
| Hex | B1 | CC | C9 | D | 0 | 1 | 14 | AD | 15 | 4B |
| Octal | 261 | 314 | 311 | 15 | 0 | 1 | 24 | 255 | 25 | 113 |
| Binary | 10110001 | 11001100 | 11001001 | 1101 | 0 | 1 | 10100 | 10101101 | 10101 | 1001011 |
Color Harmonies of #B1CCC9
Complementary color
Monochromatic Colors of #B1CCC9
Black with #B1CCC9
Text Example
Text Example
White with #B1CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCC9; }
p { color: rgb(177,204,201); }
H1.HeaderClassName
{
color: #B1CCC9;
}
.AnyTagClassName
{
color: #B1CCC9;
}
</style>
background-color css
<style>
a { background-color: #B1CCC9; }
a { background-color: rgb(177,204,201); }
div.DivClassName
{
background-color: #B1CCC9;
}
.BgClassName
{
background-color: #B1CCC9;
}
</style>
border-color css
<style>
span { border-color: #B1CCC9; }
span { border-color: rgb(177,204,201); }
td.TdClassName
{
border-color: #B1CCC9;
}
.TagClassName
{
border-color: #B1CCC9;
}
</style>