Shades of Jungle Mist #BCC8C9
Tints of Jungle Mist #BCC8C9
RGB
CMYK
RGB Variations
Color information
#BCC8C9 (or 0xBCC8C9) is known color: Jungle Mist. HEX triplet: BC, C8 and C9. RGB value is (188,200,201). Sum of RGB (Red+Green+Blue) = 188+200+201=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C9 is #433736. Grayscale: #C4C4C4. Windows color (decimal): -4405047 or 13224124. OLE color: 13224124.
HSL color Cylindrical-coordinate representation of color #BCC8C9: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC8C9 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 200 | 201 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.21 |
| HSL | 184.62º | 0.11% | 0.76% | - |
| HSV(B) | 184.62º | 0.06% | 0.79% | - |
| XYZ | 51.94 | 56.22 | 63.37 | - |
| YUV | 196.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 201 | 0.06 | 0.00 | 0 | 0.21 | 184.62 | 0.11 | 0.76 |
| Hex | BC | C8 | C9 | 6 | 0 | 0 | 15 | B9 | B | 4C |
| Octal | 274 | 310 | 311 | 6 | 0 | 0 | 25 | 271 | 13 | 114 |
| Binary | 10111100 | 11001000 | 11001001 | 110 | 0 | 0 | 10101 | 10111001 | 1011 | 1001100 |
Color Harmonies of #BCC8C9
Complementary color
Monochromatic Colors of #BCC8C9
Black with #BCC8C9
Text Example
Text Example
White with #BCC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8C9; }
p { color: rgb(188,200,201); }
H1.HeaderClassName
{
color: #BCC8C9;
}
.AnyTagClassName
{
color: #BCC8C9;
}
</style>
background-color css
<style>
a { background-color: #BCC8C9; }
a { background-color: rgb(188,200,201); }
div.DivClassName
{
background-color: #BCC8C9;
}
.BgClassName
{
background-color: #BCC8C9;
}
</style>
border-color css
<style>
span { border-color: #BCC8C9; }
span { border-color: rgb(188,200,201); }
td.TdClassName
{
border-color: #BCC8C9;
}
.TagClassName
{
border-color: #BCC8C9;
}
</style>