Shades of Ash #BDBAAA
Tints of Ash #BDBAAA
RGB
CMYK
RGB Variations
Color information
#BDBAAA (or 0xBDBAAA) is known color: Ash. HEX triplet: BD, BA and AA. RGB value is (189,186,170). Sum of RGB (Red+Green+Blue) = 189+186+170=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAAA is #424555. Grayscale: #B9B9B9. Windows color (decimal): -4343126 or 11188925. OLE color: 11188925.
HSL color Cylindrical-coordinate representation of color #BDBAAA: hue angle of 50.53º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBAAA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 186 | 170 | - |
CMYK | 0 | 0.02 | 0.10 | 0.26 |
HSL | 50.53º | 0.13% | 0.7% | - |
HSV(B) | 50.53º | 0.1% | 0.74% | - |
XYZ | 45.8 | 48.84 | 45.04 | - |
YUV | 185.07 | 119.49 | 130.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 186 | 170 | 0 | 0.02 | 0.10 | 0.26 | 50.53 | 0.13 | 0.7 |
Hex | BD | BA | AA | 0 | 2 | A | 1A | 33 | D | 46 |
Octal | 275 | 272 | 252 | 0 | 2 | 12 | 32 | 63 | 15 | 106 |
Binary | 10111101 | 10111010 | 10101010 | 0 | 10 | 1010 | 11010 | 110011 | 1101 | 1000110 |
Color Harmonies of #BDBAAA
Complementary color
Monochromatic Colors of #BDBAAA
Black with #BDBAAA
Text Example
Text Example
White with #BDBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAAA; }
p { color: rgb(189,186,170); }
H1.HeaderClassName
{
color: #BDBAAA;
}
.AnyTagClassName
{
color: #BDBAAA;
}
</style>
background-color css
<style>
a { background-color: #BDBAAA; }
a { background-color: rgb(189,186,170); }
div.DivClassName
{
background-color: #BDBAAA;
}
.BgClassName
{
background-color: #BDBAAA;
}
</style>
border-color css
<style>
span { border-color: #BDBAAA; }
span { border-color: rgb(189,186,170); }
td.TdClassName
{
border-color: #BDBAAA;
}
.TagClassName
{
border-color: #BDBAAA;
}
</style>