Shades of Jungle Mist #BDC8C8
Tints of Jungle Mist #BDC8C8
RGB
CMYK
RGB Variations
Color information
#BDC8C8 (or 0xBDC8C8) is known color: Jungle Mist. HEX triplet: BD, C8 and C8. RGB value is (189,200,200). Sum of RGB (Red+Green+Blue) = 189+200+200=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #BDC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C8 is #423737. Grayscale: #C4C4C4. Windows color (decimal): -4339512 or 13158589. OLE color: 13158589.
HSL color Cylindrical-coordinate representation of color #BDC8C8: hue angle of 180º 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 #BDC8C8 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 200 | 200 | - |
CMYK | 0.06 | 0 | 0 | 0.22 |
HSL | 180º | 0.09% | 0.76% | - |
HSV(B) | 180º | 0.06% | 0.78% | - |
XYZ | 52.07 | 56.3 | 62.77 | - |
YUV | 196.71 | 129.86 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 200 | 200 | 0.06 | 0 | 0 | 0.22 | 180 | 0.09 | 0.76 |
Hex | BD | C8 | C8 | 6 | 0 | 0 | 16 | B4 | 9 | 4C |
Octal | 275 | 310 | 310 | 6 | 0 | 0 | 26 | 264 | 11 | 114 |
Binary | 10111101 | 11001000 | 11001000 | 110 | 0 | 0 | 10110 | 10110100 | 1001 | 1001100 |
Color Harmonies of #BDC8C8
Complementary color
Monochromatic Colors of #BDC8C8
Black with #BDC8C8
Text Example
Text Example
White with #BDC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8C8; }
p { color: rgb(189,200,200); }
H1.HeaderClassName
{
color: #BDC8C8;
}
.AnyTagClassName
{
color: #BDC8C8;
}
</style>
background-color css
<style>
a { background-color: #BDC8C8; }
a { background-color: rgb(189,200,200); }
div.DivClassName
{
background-color: #BDC8C8;
}
.BgClassName
{
background-color: #BDC8C8;
}
</style>
border-color css
<style>
span { border-color: #BDC8C8; }
span { border-color: rgb(189,200,200); }
td.TdClassName
{
border-color: #BDC8C8;
}
.TagClassName
{
border-color: #BDC8C8;
}
</style>