Shades of Silk #BBAFA8
Tints of Silk #BBAFA8
RGB
CMYK
RGB Variations
Color information
#BBAFA8 (or 0xBBAFA8) is known color: Silk. HEX triplet: BB, AF and A8. RGB value is (187,175,168). Sum of RGB (Red+Green+Blue) = 187+175+168=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA8 is #445057. Grayscale: #B1B1B1. Windows color (decimal): -4477016 or 11055035. OLE color: 11055035.
HSL color Cylindrical-coordinate representation of color #BBAFA8: hue angle of 22.11º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAFA8 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 168 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.27 |
| HSL | 22.11º | 0.12% | 0.7% | - |
| HSV(B) | 22.11º | 0.1% | 0.73% | - |
| XYZ | 42.89 | 44.05 | 43.29 | - |
| YUV | 177.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 168 | 0 | 0.06 | 0.10 | 0.27 | 22.11 | 0.12 | 0.7 |
| Hex | BB | AF | A8 | 0 | 6 | A | 1B | 16 | C | 46 |
| Octal | 273 | 257 | 250 | 0 | 6 | 12 | 33 | 26 | 14 | 106 |
| Binary | 10111011 | 10101111 | 10101000 | 0 | 110 | 1010 | 11011 | 10110 | 1100 | 1000110 |
Color Harmonies of #BBAFA8
Complementary color
Monochromatic Colors of #BBAFA8
Black with #BBAFA8
Text Example
Text Example
White with #BBAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFA8; }
p { color: rgb(187,175,168); }
H1.HeaderClassName
{
color: #BBAFA8;
}
.AnyTagClassName
{
color: #BBAFA8;
}
</style>
background-color css
<style>
a { background-color: #BBAFA8; }
a { background-color: rgb(187,175,168); }
div.DivClassName
{
background-color: #BBAFA8;
}
.BgClassName
{
background-color: #BBAFA8;
}
</style>
border-color css
<style>
span { border-color: #BBAFA8; }
span { border-color: rgb(187,175,168); }
td.TdClassName
{
border-color: #BBAFA8;
}
.TagClassName
{
border-color: #BBAFA8;
}
</style>