Shades of Silver Sand #BBBAB5
Tints of Silver Sand #BBBAB5
RGB
CMYK
RGB Variations
Color information
#BBBAB5 (or 0xBBBAB5) is known color: Silver Sand. HEX triplet: BB, BA and B5. RGB value is (187,186,181). Sum of RGB (Red+Green+Blue) = 187+186+181=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAB5 is #44454A. Grayscale: #B9B9B9. Windows color (decimal): -4474187 or 11909819. OLE color: 11909819.
HSL color Cylindrical-coordinate representation of color #BBBAB5: hue angle of 50º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBAB5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 181 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.27 |
| HSL | 50º | 0.04% | 0.72% | - |
| HSV(B) | 50º | 0.03% | 0.73% | - |
| XYZ | 46.39 | 49.02 | 50.73 | - |
| YUV | 185.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 181 | 0 | 0.01 | 0.03 | 0.27 | 50 | 0.04 | 0.72 |
| Hex | BB | BA | B5 | 0 | 1 | 3 | 1B | 32 | 4 | 48 |
| Octal | 273 | 272 | 265 | 0 | 1 | 3 | 33 | 62 | 4 | 110 |
| Binary | 10111011 | 10111010 | 10110101 | 0 | 1 | 11 | 11011 | 110010 | 100 | 1001000 |
Color Harmonies of #BBBAB5
Complementary color
Monochromatic Colors of #BBBAB5
Black with #BBBAB5
Text Example
Text Example
White with #BBBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAB5; }
p { color: rgb(187,186,181); }
H1.HeaderClassName
{
color: #BBBAB5;
}
.AnyTagClassName
{
color: #BBBAB5;
}
</style>
background-color css
<style>
a { background-color: #BBBAB5; }
a { background-color: rgb(187,186,181); }
div.DivClassName
{
background-color: #BBBAB5;
}
.BgClassName
{
background-color: #BBBAB5;
}
</style>
border-color css
<style>
span { border-color: #BBBAB5; }
span { border-color: rgb(187,186,181); }
td.TdClassName
{
border-color: #BBBAB5;
}
.TagClassName
{
border-color: #BBBAB5;
}
</style>