Shades of Jungle Mist #BDC4C4
Tints of Jungle Mist #BDC4C4
RGB
CMYK
RGB Variations
Color information
#BDC4C4 (or 0xBDC4C4) is known color: Jungle Mist. HEX triplet: BD, C4 and C4. RGB value is (189,196,196). Sum of RGB (Red+Green+Blue) = 189+196+196=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 196 - color contains mainly: green, blue. Hex color #BDC4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4C4 is #423B3B. Grayscale: #C1C1C1. Windows color (decimal): -4340540 or 12895421. OLE color: 12895421.
HSL color Cylindrical-coordinate representation of color #BDC4C4: hue angle of 180º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC4C4 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 196 | - |
| CMYK | 0.04 | 0 | 0 | 0.23 |
| HSL | 180º | 0.06% | 0.75% | - |
| HSV(B) | 180º | 0.04% | 0.77% | - |
| XYZ | 50.69 | 54.28 | 60.03 | - |
| YUV | 193.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 196 | 0.04 | 0 | 0 | 0.23 | 180 | 0.06 | 0.75 |
| Hex | BD | C4 | C4 | 4 | 0 | 0 | 17 | B4 | 6 | 4B |
| Octal | 275 | 304 | 304 | 4 | 0 | 0 | 27 | 264 | 6 | 113 |
| Binary | 10111101 | 11000100 | 11000100 | 100 | 0 | 0 | 10111 | 10110100 | 110 | 1001011 |
Color Harmonies of #BDC4C4
Complementary color
Monochromatic Colors of #BDC4C4
Black with #BDC4C4
Text Example
Text Example
White with #BDC4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4C4; }
p { color: rgb(189,196,196); }
H1.HeaderClassName
{
color: #BDC4C4;
}
.AnyTagClassName
{
color: #BDC4C4;
}
</style>
background-color css
<style>
a { background-color: #BDC4C4; }
a { background-color: rgb(189,196,196); }
div.DivClassName
{
background-color: #BDC4C4;
}
.BgClassName
{
background-color: #BDC4C4;
}
</style>
border-color css
<style>
span { border-color: #BDC4C4; }
span { border-color: rgb(189,196,196); }
td.TdClassName
{
border-color: #BDC4C4;
}
.TagClassName
{
border-color: #BDC4C4;
}
</style>