Shades of Silver Sand #BBBBB8
Tints of Silver Sand #BBBBB8
RGB
CMYK
RGB Variations
Color information
#BBBBB8 (or 0xBBBBB8) is known color: Silver Sand. HEX triplet: BB, BB and B8. RGB value is (187,187,184). Sum of RGB (Red+Green+Blue) = 187+187+184=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBB8 is #444447. Grayscale: #BABABA. Windows color (decimal): -4473928 or 12106683. OLE color: 12106683.
HSL color Cylindrical-coordinate representation of color #BBBBB8: hue angle of 60º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBBB8 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 184 | - |
| CMYK | 0 | 0 | 0.02 | 0.27 |
| HSL | 60º | 0.02% | 0.73% | - |
| HSV(B) | 60º | 0.02% | 0.73% | - |
| XYZ | 46.92 | 49.57 | 52.44 | - |
| YUV | 186.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 184 | 0 | 0 | 0.02 | 0.27 | 60 | 0.02 | 0.73 |
| Hex | BB | BB | B8 | 0 | 0 | 2 | 1B | 3C | 2 | 49 |
| Octal | 273 | 273 | 270 | 0 | 0 | 2 | 33 | 74 | 2 | 111 |
| Binary | 10111011 | 10111011 | 10111000 | 0 | 0 | 10 | 11011 | 111100 | 10 | 1001001 |
Color Harmonies of #BBBBB8
Complementary color
Monochromatic Colors of #BBBBB8
Black with #BBBBB8
Text Example
Text Example
White with #BBBBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBB8; }
p { color: rgb(187,187,184); }
H1.HeaderClassName
{
color: #BBBBB8;
}
.AnyTagClassName
{
color: #BBBBB8;
}
</style>
background-color css
<style>
a { background-color: #BBBBB8; }
a { background-color: rgb(187,187,184); }
div.DivClassName
{
background-color: #BBBBB8;
}
.BgClassName
{
background-color: #BBBBB8;
}
</style>
border-color css
<style>
span { border-color: #BBBBB8; }
span { border-color: rgb(187,187,184); }
td.TdClassName
{
border-color: #BBBBB8;
}
.TagClassName
{
border-color: #BBBBB8;
}
</style>