Shades of Silk #B0AAA6
Tints of Silk #B0AAA6
RGB
CMYK
RGB Variations
Color information
#B0AAA6 (or 0xB0AAA6) is known color: Silk. HEX triplet: B0, AA and A6. RGB value is (176,170,166). Sum of RGB (Red+Green+Blue) = 176+170+166=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA6 is #4F5559. Grayscale: #ABABAB. Windows color (decimal): -5199194 or 10922672. OLE color: 10922672.
HSL color Cylindrical-coordinate representation of color #B0AAA6: hue angle of 24º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0AAA6 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 166 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.31 |
| HSL | 24º | 0.06% | 0.67% | - |
| HSV(B) | 24º | 0.06% | 0.69% | - |
| XYZ | 39.16 | 40.73 | 41.87 | - |
| YUV | 171.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 166 | 0 | 0.03 | 0.06 | 0.31 | 24 | 0.06 | 0.67 |
| Hex | B0 | AA | A6 | 0 | 3 | 6 | 1F | 18 | 6 | 43 |
| Octal | 260 | 252 | 246 | 0 | 3 | 6 | 37 | 30 | 6 | 103 |
| Binary | 10110000 | 10101010 | 10100110 | 0 | 11 | 110 | 11111 | 11000 | 110 | 1000011 |
Color Harmonies of #B0AAA6
Complementary color
Monochromatic Colors of #B0AAA6
Black with #B0AAA6
Text Example
Text Example
White with #B0AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAA6; }
p { color: rgb(176,170,166); }
H1.HeaderClassName
{
color: #B0AAA6;
}
.AnyTagClassName
{
color: #B0AAA6;
}
</style>
background-color css
<style>
a { background-color: #B0AAA6; }
a { background-color: rgb(176,170,166); }
div.DivClassName
{
background-color: #B0AAA6;
}
.BgClassName
{
background-color: #B0AAA6;
}
</style>
border-color css
<style>
span { border-color: #B0AAA6; }
span { border-color: rgb(176,170,166); }
td.TdClassName
{
border-color: #B0AAA6;
}
.TagClassName
{
border-color: #B0AAA6;
}
</style>