Shades of Jungle Mist #BDC3C2
Tints of Jungle Mist #BDC3C2
RGB
CMYK
RGB Variations
Color information
#BDC3C2 (or 0xBDC3C2) is known color: Jungle Mist. HEX triplet: BD, C3 and C2. RGB value is (189,195,194). Sum of RGB (Red+Green+Blue) = 189+195+194=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3C2 is #423C3D. Grayscale: #C1C1C1. Windows color (decimal): -4340798 or 12764093. OLE color: 12764093.
HSL color Cylindrical-coordinate representation of color #BDC3C2: hue angle of 170º 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 #BDC3C2 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 195 | 194 | - |
CMYK | 0.03 | 0 | 0.01 | 0.24 |
HSL | 170º | 0.05% | 0.75% | - |
HSV(B) | 170º | 0.03% | 0.76% | - |
XYZ | 50.24 | 53.74 | 58.76 | - |
YUV | 193.09 | 128.51 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 195 | 194 | 0.03 | 0 | 0.01 | 0.24 | 170 | 0.05 | 0.75 |
Hex | BD | C3 | C2 | 3 | 0 | 1 | 18 | AA | 5 | 4B |
Octal | 275 | 303 | 302 | 3 | 0 | 1 | 30 | 252 | 5 | 113 |
Binary | 10111101 | 11000011 | 11000010 | 11 | 0 | 1 | 11000 | 10101010 | 101 | 1001011 |
Color Harmonies of #BDC3C2
Complementary color
Monochromatic Colors of #BDC3C2
Black with #BDC3C2
Text Example
Text Example
White with #BDC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3C2; }
p { color: rgb(189,195,194); }
H1.HeaderClassName
{
color: #BDC3C2;
}
.AnyTagClassName
{
color: #BDC3C2;
}
</style>
background-color css
<style>
a { background-color: #BDC3C2; }
a { background-color: rgb(189,195,194); }
div.DivClassName
{
background-color: #BDC3C2;
}
.BgClassName
{
background-color: #BDC3C2;
}
</style>
border-color css
<style>
span { border-color: #BDC3C2; }
span { border-color: rgb(189,195,194); }
td.TdClassName
{
border-color: #BDC3C2;
}
.TagClassName
{
border-color: #BDC3C2;
}
</style>