Shades of Dusty Grey #BBA2A2
Tints of Dusty Grey #BBA2A2
RGB
CMYK
RGB Variations
Color information
#BBA2A2 (or 0xBBA2A2) is known color: Dusty Grey. HEX triplet: BB, A2 and A2. RGB value is (187,162,162). Sum of RGB (Red+Green+Blue) = 187+162+162=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2A2 is #445D5D. Grayscale: #A9A9A9. Windows color (decimal): -4480350 or 10658491. OLE color: 10658491.
HSL color Cylindrical-coordinate representation of color #BBA2A2: hue angle of 0º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA2A2 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 162 | 162 | - |
CMYK | 0 | 0.13 | 0.13 | 0.27 |
HSL | 0º | 0.16% | 0.68% | - |
HSV(B) | 0º | 0.13% | 0.73% | - |
XYZ | 39.94 | 39.01 | 39.61 | - |
YUV | 169.48 | 123.78 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 162 | 162 | 0 | 0.13 | 0.13 | 0.27 | 0 | 0.16 | 0.68 |
Hex | BB | A2 | A2 | 0 | D | D | 1B | 0 | 10 | 44 |
Octal | 273 | 242 | 242 | 0 | 15 | 15 | 33 | 0 | 20 | 104 |
Binary | 10111011 | 10100010 | 10100010 | 0 | 1101 | 1101 | 11011 | 0 | 10000 | 1000100 |
Color Harmonies of #BBA2A2
Complementary color
Monochromatic Colors of #BBA2A2
Black with #BBA2A2
Text Example
Text Example
White with #BBA2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2A2; }
p { color: rgb(187,162,162); }
H1.HeaderClassName
{
color: #BBA2A2;
}
.AnyTagClassName
{
color: #BBA2A2;
}
</style>
background-color css
<style>
a { background-color: #BBA2A2; }
a { background-color: rgb(187,162,162); }
div.DivClassName
{
background-color: #BBA2A2;
}
.BgClassName
{
background-color: #BBA2A2;
}
</style>
border-color css
<style>
span { border-color: #BBA2A2; }
span { border-color: rgb(187,162,162); }
td.TdClassName
{
border-color: #BBA2A2;
}
.TagClassName
{
border-color: #BBA2A2;
}
</style>