Shades of Jungle Mist #BDC2C3
Tints of Jungle Mist #BDC2C3
RGB
CMYK
RGB Variations
Color information
#BDC2C3 (or 0xBDC2C3) is known color: Jungle Mist. HEX triplet: BD, C2 and C3. RGB value is (189,194,195). Sum of RGB (Red+Green+Blue) = 189+194+195=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDC2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2C3 is #423D3C. Grayscale: #C0C0C0. Windows color (decimal): -4341053 or 12829373. OLE color: 12829373.
HSL color Cylindrical-coordinate representation of color #BDC2C3: hue angle of 190º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC2C3 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 195 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.24 |
| HSL | 190º | 0.05% | 0.75% | - |
| HSV(B) | 190º | 0.03% | 0.76% | - |
| XYZ | 50.13 | 53.34 | 59.28 | - |
| YUV | 192.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 195 | 0.03 | 0.01 | 0 | 0.24 | 190 | 0.05 | 0.75 |
| Hex | BD | C2 | C3 | 3 | 1 | 0 | 18 | BE | 5 | 4B |
| Octal | 275 | 302 | 303 | 3 | 1 | 0 | 30 | 276 | 5 | 113 |
| Binary | 10111101 | 11000010 | 11000011 | 11 | 1 | 0 | 11000 | 10111110 | 101 | 1001011 |
Color Harmonies of #BDC2C3
Complementary color
Monochromatic Colors of #BDC2C3
Black with #BDC2C3
Text Example
Text Example
White with #BDC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2C3; }
p { color: rgb(189,194,195); }
H1.HeaderClassName
{
color: #BDC2C3;
}
.AnyTagClassName
{
color: #BDC2C3;
}
</style>
background-color css
<style>
a { background-color: #BDC2C3; }
a { background-color: rgb(189,194,195); }
div.DivClassName
{
background-color: #BDC2C3;
}
.BgClassName
{
background-color: #BDC2C3;
}
</style>
border-color css
<style>
span { border-color: #BDC2C3; }
span { border-color: rgb(189,194,195); }
td.TdClassName
{
border-color: #BDC2C3;
}
.TagClassName
{
border-color: #BDC2C3;
}
</style>