Shades of Jungle Mist #B1CACA
Tints of Jungle Mist #B1CACA
RGB
CMYK
RGB Variations
Color information
#B1CACA (or 0xB1CACA) is known color: Jungle Mist. HEX triplet: B1, CA and CA. RGB value is (177,202,202). Sum of RGB (Red+Green+Blue) = 177+202+202=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B1CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CACA is #4E3535. Grayscale: #C2C2C2. Windows color (decimal): -5125430 or 13290161. OLE color: 13290161.
HSL color Cylindrical-coordinate representation of color #B1CACA: hue angle of 180º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CACA is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 202 | - |
| CMYK | 0.12 | 0 | 0 | 0.21 |
| HSL | 180º | 0.19% | 0.74% | - |
| HSV(B) | 180º | 0.12% | 0.79% | - |
| XYZ | 49.91 | 55.85 | 64.03 | - |
| YUV | 194.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 202 | 0.12 | 0 | 0 | 0.21 | 180 | 0.19 | 0.74 |
| Hex | B1 | CA | CA | C | 0 | 0 | 15 | B4 | 13 | 4A |
| Octal | 261 | 312 | 312 | 14 | 0 | 0 | 25 | 264 | 23 | 112 |
| Binary | 10110001 | 11001010 | 11001010 | 1100 | 0 | 0 | 10101 | 10110100 | 10011 | 1001010 |
Color Harmonies of #B1CACA
Complementary color
Monochromatic Colors of #B1CACA
Black with #B1CACA
Text Example
Text Example
White with #B1CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CACA; }
p { color: rgb(177,202,202); }
H1.HeaderClassName
{
color: #B1CACA;
}
.AnyTagClassName
{
color: #B1CACA;
}
</style>
background-color css
<style>
a { background-color: #B1CACA; }
a { background-color: rgb(177,202,202); }
div.DivClassName
{
background-color: #B1CACA;
}
.BgClassName
{
background-color: #B1CACA;
}
</style>
border-color css
<style>
span { border-color: #B1CACA; }
span { border-color: rgb(177,202,202); }
td.TdClassName
{
border-color: #B1CACA;
}
.TagClassName
{
border-color: #B1CACA;
}
</style>