Shades of Jungle Mist #BDC7C9
Tints of Jungle Mist #BDC7C9
RGB
CMYK
RGB Variations
Color information
#BDC7C9 (or 0xBDC7C9) is known color: Jungle Mist. HEX triplet: BD, C7 and C9. RGB value is (189,199,201). Sum of RGB (Red+Green+Blue) = 189+199+201=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 199 (78.12% from 255 or 33.79% 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 #BDC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7C9 is #423836. Grayscale: #C4C4C4. Windows color (decimal): -4339767 or 13223869. OLE color: 13223869.
HSL color Cylindrical-coordinate representation of color #BDC7C9: hue angle of 190º degrees, saturation: 0.1, 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 #BDC7C9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 199 | 201 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.21 |
| HSL | 190º | 0.1% | 0.76% | - |
| HSV(B) | 190º | 0.06% | 0.79% | - |
| XYZ | 51.95 | 55.88 | 63.31 | - |
| YUV | 196.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 201 | 0.06 | 0.01 | 0 | 0.21 | 190 | 0.1 | 0.76 |
| Hex | BD | C7 | C9 | 6 | 1 | 0 | 15 | BE | A | 4C |
| Octal | 275 | 307 | 311 | 6 | 1 | 0 | 25 | 276 | 12 | 114 |
| Binary | 10111101 | 11000111 | 11001001 | 110 | 1 | 0 | 10101 | 10111110 | 1010 | 1001100 |
Color Harmonies of #BDC7C9
Complementary color
Monochromatic Colors of #BDC7C9
Black with #BDC7C9
Text Example
Text Example
White with #BDC7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7C9; }
p { color: rgb(189,199,201); }
H1.HeaderClassName
{
color: #BDC7C9;
}
.AnyTagClassName
{
color: #BDC7C9;
}
</style>
background-color css
<style>
a { background-color: #BDC7C9; }
a { background-color: rgb(189,199,201); }
div.DivClassName
{
background-color: #BDC7C9;
}
.BgClassName
{
background-color: #BDC7C9;
}
</style>
border-color css
<style>
span { border-color: #BDC7C9; }
span { border-color: rgb(189,199,201); }
td.TdClassName
{
border-color: #BDC7C9;
}
.TagClassName
{
border-color: #BDC7C9;
}
</style>