Shades of Jungle Mist #BCC9CA
Tints of Jungle Mist #BCC9CA
RGB
CMYK
RGB Variations
Color information
#BCC9CA (or 0xBCC9CA) is known color: Jungle Mist. HEX triplet: BC, C9 and CA. RGB value is (188,201,202). Sum of RGB (Red+Green+Blue) = 188+201+202=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CA is #433635. Grayscale: #C5C5C5. Windows color (decimal): -4404790 or 13289916. OLE color: 13289916.
HSL color Cylindrical-coordinate representation of color #BCC9CA: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC9CA is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 202 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.21 |
| HSL | 184.29º | 0.12% | 0.76% | - |
| HSV(B) | 184.29º | 0.07% | 0.79% | - |
| XYZ | 52.29 | 56.73 | 64.07 | - |
| YUV | 197.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 202 | 0.07 | 0.00 | 0 | 0.21 | 184.29 | 0.12 | 0.76 |
| Hex | BC | C9 | CA | 7 | 0 | 0 | 15 | B8 | C | 4C |
| Octal | 274 | 311 | 312 | 7 | 0 | 0 | 25 | 270 | 14 | 114 |
| Binary | 10111100 | 11001001 | 11001010 | 111 | 0 | 0 | 10101 | 10111000 | 1100 | 1001100 |
Color Harmonies of #BCC9CA
Complementary color
Monochromatic Colors of #BCC9CA
Black with #BCC9CA
Text Example
Text Example
White with #BCC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9CA; }
p { color: rgb(188,201,202); }
H1.HeaderClassName
{
color: #BCC9CA;
}
.AnyTagClassName
{
color: #BCC9CA;
}
</style>
background-color css
<style>
a { background-color: #BCC9CA; }
a { background-color: rgb(188,201,202); }
div.DivClassName
{
background-color: #BCC9CA;
}
.BgClassName
{
background-color: #BCC9CA;
}
</style>
border-color css
<style>
span { border-color: #BCC9CA; }
span { border-color: rgb(188,201,202); }
td.TdClassName
{
border-color: #BCC9CA;
}
.TagClassName
{
border-color: #BCC9CA;
}
</style>