Shades of Jungle Mist #BDC7C8
Tints of Jungle Mist #BDC7C8
RGB
CMYK
RGB Variations
Color information
#BDC7C8 (or 0xBDC7C8) is known color: Jungle Mist. HEX triplet: BD, C7 and C8. RGB value is (189,199,200). Sum of RGB (Red+Green+Blue) = 189+199+200=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7C8 is #423837. Grayscale: #C4C4C4. Windows color (decimal): -4339768 or 13158333. OLE color: 13158333.
HSL color Cylindrical-coordinate representation of color #BDC7C8: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC7C8 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 200 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.22 |
| HSL | 185.45º | 0.09% | 0.76% | - |
| HSV(B) | 185.45º | 0.06% | 0.78% | - |
| XYZ | 51.84 | 55.84 | 62.69 | - |
| YUV | 196.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 200 | 0.06 | 0.00 | 0 | 0.22 | 185.45 | 0.09 | 0.76 |
| Hex | BD | C7 | C8 | 6 | 0 | 0 | 16 | B9 | 9 | 4C |
| Octal | 275 | 307 | 310 | 6 | 0 | 0 | 26 | 271 | 11 | 114 |
| Binary | 10111101 | 11000111 | 11001000 | 110 | 0 | 0 | 10110 | 10111001 | 1001 | 1001100 |
Color Harmonies of #BDC7C8
Complementary color
Monochromatic Colors of #BDC7C8
Black with #BDC7C8
Text Example
Text Example
White with #BDC7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7C8; }
p { color: rgb(189,199,200); }
H1.HeaderClassName
{
color: #BDC7C8;
}
.AnyTagClassName
{
color: #BDC7C8;
}
</style>
background-color css
<style>
a { background-color: #BDC7C8; }
a { background-color: rgb(189,199,200); }
div.DivClassName
{
background-color: #BDC7C8;
}
.BgClassName
{
background-color: #BDC7C8;
}
</style>
border-color css
<style>
span { border-color: #BDC7C8; }
span { border-color: rgb(189,199,200); }
td.TdClassName
{
border-color: #BDC7C8;
}
.TagClassName
{
border-color: #BDC7C8;
}
</style>