Shades of Silver Sand #BBBBB9
Tints of Silver Sand #BBBBB9
RGB
CMYK
RGB Variations
Color information
#BBBBB9 (or 0xBBBBB9) is known color: Silver Sand. HEX triplet: BB, BB and B9. RGB value is (187,187,185). Sum of RGB (Red+Green+Blue) = 187+187+185=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBB9 is #444446. Grayscale: #BABABA. Windows color (decimal): -4473927 or 12172219. OLE color: 12172219.
HSL color Cylindrical-coordinate representation of color #BBBBB9: hue angle of 60º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BBBBB9 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 185 | - |
| CMYK | 0 | 0 | 0.01 | 0.27 |
| HSL | 60º | 0.01% | 0.73% | - |
| HSV(B) | 60º | 0.01% | 0.73% | - |
| XYZ | 47.02 | 49.61 | 53 | - |
| YUV | 186.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 185 | 0 | 0 | 0.01 | 0.27 | 60 | 0.01 | 0.73 |
| Hex | BB | BB | B9 | 0 | 0 | 1 | 1B | 3C | 1 | 49 |
| Octal | 273 | 273 | 271 | 0 | 0 | 1 | 33 | 74 | 1 | 111 |
| Binary | 10111011 | 10111011 | 10111001 | 0 | 0 | 1 | 11011 | 111100 | 1 | 1001001 |
Color Harmonies of #BBBBB9
Complementary color
Monochromatic Colors of #BBBBB9
Black with #BBBBB9
Text Example
Text Example
White with #BBBBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBB9; }
p { color: rgb(187,187,185); }
H1.HeaderClassName
{
color: #BBBBB9;
}
.AnyTagClassName
{
color: #BBBBB9;
}
</style>
background-color css
<style>
a { background-color: #BBBBB9; }
a { background-color: rgb(187,187,185); }
div.DivClassName
{
background-color: #BBBBB9;
}
.BgClassName
{
background-color: #BBBBB9;
}
</style>
border-color css
<style>
span { border-color: #BBBBB9; }
span { border-color: rgb(187,187,185); }
td.TdClassName
{
border-color: #BBBBB9;
}
.TagClassName
{
border-color: #BBBBB9;
}
</style>