Shades of Mist Grey #BDBBA5
Tints of Mist Grey #BDBBA5
RGB
CMYK
RGB Variations
Color information
#BDBBA5 (or 0xBDBBA5) is known color: Mist Grey. HEX triplet: BD, BB and A5. RGB value is (189,187,165). Sum of RGB (Red+Green+Blue) = 189+187+165=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA5 is #42445A. Grayscale: #B9B9B9. Windows color (decimal): -4342875 or 10861501. OLE color: 10861501.
HSL color Cylindrical-coordinate representation of color #BDBBA5: hue angle of 55º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBBA5 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 165 | - |
CMYK | 0 | 0.01 | 0.13 | 0.26 |
HSL | 55º | 0.15% | 0.69% | - |
HSV(B) | 55º | 0.13% | 0.74% | - |
XYZ | 45.55 | 49.08 | 42.67 | - |
YUV | 185.09 | 116.66 | 130.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 165 | 0 | 0.01 | 0.13 | 0.26 | 55 | 0.15 | 0.69 |
Hex | BD | BB | A5 | 0 | 1 | D | 1A | 37 | F | 45 |
Octal | 275 | 273 | 245 | 0 | 1 | 15 | 32 | 67 | 17 | 105 |
Binary | 10111101 | 10111011 | 10100101 | 0 | 1 | 1101 | 11010 | 110111 | 1111 | 1000101 |
Color Harmonies of #BDBBA5
Complementary color
Monochromatic Colors of #BDBBA5
Black with #BDBBA5
Text Example
Text Example
White with #BDBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBA5; }
p { color: rgb(189,187,165); }
H1.HeaderClassName
{
color: #BDBBA5;
}
.AnyTagClassName
{
color: #BDBBA5;
}
</style>
background-color css
<style>
a { background-color: #BDBBA5; }
a { background-color: rgb(189,187,165); }
div.DivClassName
{
background-color: #BDBBA5;
}
.BgClassName
{
background-color: #BDBBA5;
}
</style>
border-color css
<style>
span { border-color: #BDBBA5; }
span { border-color: rgb(189,187,165); }
td.TdClassName
{
border-color: #BDBBA5;
}
.TagClassName
{
border-color: #BDBBA5;
}
</style>