Shades of Silk #BBAFA1
Tints of Silk #BBAFA1
RGB
CMYK
RGB Variations
Color information
#BBAFA1 (or 0xBBAFA1) is known color: Silk. HEX triplet: BB, AF and A1. RGB value is (187,175,161). Sum of RGB (Red+Green+Blue) = 187+175+161=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA1 is #44505E. Grayscale: #B1B1B1. Windows color (decimal): -4477023 or 10596283. OLE color: 10596283.
HSL color Cylindrical-coordinate representation of color #BBAFA1: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBAFA1 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 161 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.27 |
| HSL | 32.31º | 0.16% | 0.68% | - |
| HSV(B) | 32.31º | 0.14% | 0.73% | - |
| XYZ | 42.26 | 43.8 | 39.94 | - |
| YUV | 176.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 161 | 0 | 0.06 | 0.14 | 0.27 | 32.31 | 0.16 | 0.68 |
| Hex | BB | AF | A1 | 0 | 6 | E | 1B | 20 | 10 | 44 |
| Octal | 273 | 257 | 241 | 0 | 6 | 16 | 33 | 40 | 20 | 104 |
| Binary | 10111011 | 10101111 | 10100001 | 0 | 110 | 1110 | 11011 | 100000 | 10000 | 1000100 |
Color Harmonies of #BBAFA1
Complementary color
Monochromatic Colors of #BBAFA1
Black with #BBAFA1
Text Example
Text Example
White with #BBAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFA1; }
p { color: rgb(187,175,161); }
H1.HeaderClassName
{
color: #BBAFA1;
}
.AnyTagClassName
{
color: #BBAFA1;
}
</style>
background-color css
<style>
a { background-color: #BBAFA1; }
a { background-color: rgb(187,175,161); }
div.DivClassName
{
background-color: #BBAFA1;
}
.BgClassName
{
background-color: #BBAFA1;
}
</style>
border-color css
<style>
span { border-color: #BBAFA1; }
span { border-color: rgb(187,175,161); }
td.TdClassName
{
border-color: #BBAFA1;
}
.TagClassName
{
border-color: #BBAFA1;
}
</style>