Shades of Jungle Mist #BBCACD
Tints of Jungle Mist #BBCACD
RGB
CMYK
RGB Variations
Color information
#BBCACD (or 0xBBCACD) is known color: Jungle Mist. HEX triplet: BB, CA and CD. RGB value is (187,202,205). Sum of RGB (Red+Green+Blue) = 187+202+205=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCACD is #443532. Grayscale: #C5C5C5. Windows color (decimal): -4470067 or 13486779. OLE color: 13486779.
HSL color Cylindrical-coordinate representation of color #BBCACD: hue angle of 190º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCACD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 202 | 205 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.20 |
| HSL | 190º | 0.15% | 0.77% | - |
| HSV(B) | 190º | 0.09% | 0.8% | - |
| XYZ | 52.63 | 57.21 | 66.03 | - |
| YUV | 197.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 205 | 0.09 | 0.01 | 0 | 0.20 | 190 | 0.15 | 0.77 |
| Hex | BB | CA | CD | 9 | 1 | 0 | 14 | BE | F | 4D |
| Octal | 273 | 312 | 315 | 11 | 1 | 0 | 24 | 276 | 17 | 115 |
| Binary | 10111011 | 11001010 | 11001101 | 1001 | 1 | 0 | 10100 | 10111110 | 1111 | 1001101 |
Color Harmonies of #BBCACD
Complementary color
Monochromatic Colors of #BBCACD
Black with #BBCACD
Text Example
Text Example
White with #BBCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCACD; }
p { color: rgb(187,202,205); }
H1.HeaderClassName
{
color: #BBCACD;
}
.AnyTagClassName
{
color: #BBCACD;
}
</style>
background-color css
<style>
a { background-color: #BBCACD; }
a { background-color: rgb(187,202,205); }
div.DivClassName
{
background-color: #BBCACD;
}
.BgClassName
{
background-color: #BBCACD;
}
</style>
border-color css
<style>
span { border-color: #BBCACD; }
span { border-color: rgb(187,202,205); }
td.TdClassName
{
border-color: #BBCACD;
}
.TagClassName
{
border-color: #BBCACD;
}
</style>