Shades of Jungle Mist #BABDBD
Tints of Jungle Mist #BABDBD
RGB
CMYK
RGB Variations
Color information
#BABDBD (or 0xBABDBD) is known color: Jungle Mist. HEX triplet: BA, BD and BD. RGB value is (186,189,189). Sum of RGB (Red+Green+Blue) = 186+189+189=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #BABDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDBD is #454242. Grayscale: #BCBCBC. Windows color (decimal): -4538947 or 12434874. OLE color: 12434874.
HSL color Cylindrical-coordinate representation of color #BABDBD: hue angle of 180º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABDBD is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 189 | - |
CMYK | 0.02 | 0 | 0 | 0.26 |
HSL | 180º | 0.02% | 0.74% | - |
HSV(B) | 180º | 0.02% | 0.74% | - |
XYZ | 47.63 | 50.51 | 55.38 | - |
YUV | 188.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 189 | 0.02 | 0 | 0 | 0.26 | 180 | 0.02 | 0.74 |
Hex | BA | BD | BD | 2 | 0 | 0 | 1A | B4 | 2 | 4A |
Octal | 272 | 275 | 275 | 2 | 0 | 0 | 32 | 264 | 2 | 112 |
Binary | 10111010 | 10111101 | 10111101 | 10 | 0 | 0 | 11010 | 10110100 | 10 | 1001010 |
Color Harmonies of #BABDBD
Complementary color
Monochromatic Colors of #BABDBD
Black with #BABDBD
Text Example
Text Example
White with #BABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDBD; }
p { color: rgb(186,189,189); }
H1.HeaderClassName
{
color: #BABDBD;
}
.AnyTagClassName
{
color: #BABDBD;
}
</style>
background-color css
<style>
a { background-color: #BABDBD; }
a { background-color: rgb(186,189,189); }
div.DivClassName
{
background-color: #BABDBD;
}
.BgClassName
{
background-color: #BABDBD;
}
</style>
border-color css
<style>
span { border-color: #BABDBD; }
span { border-color: rgb(186,189,189); }
td.TdClassName
{
border-color: #BABDBD;
}
.TagClassName
{
border-color: #BABDBD;
}
</style>