Shades of Silver Sand #BBBAB2
Tints of Silver Sand #BBBAB2
RGB
CMYK
RGB Variations
Color information
#BBBAB2 (or 0xBBBAB2) is known color: Silver Sand. HEX triplet: BB, BA and B2. RGB value is (187,186,178). Sum of RGB (Red+Green+Blue) = 187+186+178=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAB2 is #44454D. Grayscale: #B9B9B9. Windows color (decimal): -4474190 or 11713211. OLE color: 11713211.
HSL color Cylindrical-coordinate representation of color #BBBAB2: hue angle of 53.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBBAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 178 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.27 |
| HSL | 53.33º | 0.06% | 0.72% | - |
| HSV(B) | 53.33º | 0.05% | 0.73% | - |
| XYZ | 46.09 | 48.9 | 49.13 | - |
| YUV | 185.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 178 | 0 | 0.01 | 0.05 | 0.27 | 53.33 | 0.06 | 0.72 |
| Hex | BB | BA | B2 | 0 | 1 | 5 | 1B | 35 | 6 | 48 |
| Octal | 273 | 272 | 262 | 0 | 1 | 5 | 33 | 65 | 6 | 110 |
| Binary | 10111011 | 10111010 | 10110010 | 0 | 1 | 101 | 11011 | 110101 | 110 | 1001000 |
Color Harmonies of #BBBAB2
Complementary color
Monochromatic Colors of #BBBAB2
Black with #BBBAB2
Text Example
Text Example
White with #BBBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAB2; }
p { color: rgb(187,186,178); }
H1.HeaderClassName
{
color: #BBBAB2;
}
.AnyTagClassName
{
color: #BBBAB2;
}
</style>
background-color css
<style>
a { background-color: #BBBAB2; }
a { background-color: rgb(187,186,178); }
div.DivClassName
{
background-color: #BBBAB2;
}
.BgClassName
{
background-color: #BBBAB2;
}
</style>
border-color css
<style>
span { border-color: #BBBAB2; }
span { border-color: rgb(187,186,178); }
td.TdClassName
{
border-color: #BBBAB2;
}
.TagClassName
{
border-color: #BBBAB2;
}
</style>