Shades of Mist Grey #BDBBA2
Tints of Mist Grey #BDBBA2
RGB
CMYK
RGB Variations
Color information
#BDBBA2 (or 0xBDBBA2) is known color: Mist Grey. HEX triplet: BD, BB and A2. RGB value is (189,187,162). Sum of RGB (Red+Green+Blue) = 189+187+162=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA2 is #42445D. Grayscale: #B8B8B8. Windows color (decimal): -4342878 or 10664893. OLE color: 10664893.
HSL color Cylindrical-coordinate representation of color #BDBBA2: hue angle of 55.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBBA2 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 162 | - |
CMYK | 0 | 0.01 | 0.14 | 0.26 |
HSL | 55.56º | 0.17% | 0.69% | - |
HSV(B) | 55.56º | 0.14% | 0.74% | - |
XYZ | 45.28 | 48.97 | 41.25 | - |
YUV | 184.75 | 115.16 | 131.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 162 | 0 | 0.01 | 0.14 | 0.26 | 55.56 | 0.17 | 0.69 |
Hex | BD | BB | A2 | 0 | 1 | E | 1A | 38 | 11 | 45 |
Octal | 275 | 273 | 242 | 0 | 1 | 16 | 32 | 70 | 21 | 105 |
Binary | 10111101 | 10111011 | 10100010 | 0 | 1 | 1110 | 11010 | 111000 | 10001 | 1000101 |
Color Harmonies of #BDBBA2
Complementary color
Monochromatic Colors of #BDBBA2
Black with #BDBBA2
Text Example
Text Example
White with #BDBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBA2; }
p { color: rgb(189,187,162); }
H1.HeaderClassName
{
color: #BDBBA2;
}
.AnyTagClassName
{
color: #BDBBA2;
}
</style>
background-color css
<style>
a { background-color: #BDBBA2; }
a { background-color: rgb(189,187,162); }
div.DivClassName
{
background-color: #BDBBA2;
}
.BgClassName
{
background-color: #BDBBA2;
}
</style>
border-color css
<style>
span { border-color: #BDBBA2; }
span { border-color: rgb(189,187,162); }
td.TdClassName
{
border-color: #BDBBA2;
}
.TagClassName
{
border-color: #BDBBA2;
}
</style>