Shades of Dusty Grey #BBA3A3
Tints of Dusty Grey #BBA3A3
RGB
CMYK
RGB Variations
Color information
#BBA3A3 (or 0xBBA3A3) is known color: Dusty Grey. HEX triplet: BB, A3 and A3. RGB value is (187,163,163). Sum of RGB (Red+Green+Blue) = 187+163+163=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA3A3 is #445C5C. Grayscale: #AAAAAA. Windows color (decimal): -4480093 or 10724283. OLE color: 10724283.
HSL color Cylindrical-coordinate representation of color #BBA3A3: hue angle of 0º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA3A3 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 163 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.27 |
| HSL | 0º | 0.15% | 0.69% | - |
| HSV(B) | 0º | 0.13% | 0.73% | - |
| XYZ | 40.2 | 39.4 | 40.14 | - |
| YUV | 170.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 163 | 0 | 0.13 | 0.13 | 0.27 | 0 | 0.15 | 0.69 |
| Hex | BB | A3 | A3 | 0 | D | D | 1B | 0 | F | 45 |
| Octal | 273 | 243 | 243 | 0 | 15 | 15 | 33 | 0 | 17 | 105 |
| Binary | 10111011 | 10100011 | 10100011 | 0 | 1101 | 1101 | 11011 | 0 | 1111 | 1000101 |
Color Harmonies of #BBA3A3
Complementary color
Monochromatic Colors of #BBA3A3
Black with #BBA3A3
Text Example
Text Example
White with #BBA3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3A3; }
p { color: rgb(187,163,163); }
H1.HeaderClassName
{
color: #BBA3A3;
}
.AnyTagClassName
{
color: #BBA3A3;
}
</style>
background-color css
<style>
a { background-color: #BBA3A3; }
a { background-color: rgb(187,163,163); }
div.DivClassName
{
background-color: #BBA3A3;
}
.BgClassName
{
background-color: #BBA3A3;
}
</style>
border-color css
<style>
span { border-color: #BBA3A3; }
span { border-color: rgb(187,163,163); }
td.TdClassName
{
border-color: #BBA3A3;
}
.TagClassName
{
border-color: #BBA3A3;
}
</style>