Shades of Silk #BBAFA6
Tints of Silk #BBAFA6
RGB
CMYK
RGB Variations
Color information
#BBAFA6 (or 0xBBAFA6) is known color: Silk. HEX triplet: BB, AF and A6. RGB value is (187,175,166). Sum of RGB (Red+Green+Blue) = 187+175+166=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA6 is #445059. Grayscale: #B1B1B1. Windows color (decimal): -4477018 or 10923963. OLE color: 10923963.
HSL color Cylindrical-coordinate representation of color #BBAFA6: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBAFA6 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 166 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.27 |
| HSL | 25.71º | 0.13% | 0.69% | - |
| HSV(B) | 25.71º | 0.11% | 0.73% | - |
| XYZ | 42.71 | 43.98 | 42.31 | - |
| YUV | 177.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 166 | 0 | 0.06 | 0.11 | 0.27 | 25.71 | 0.13 | 0.69 |
| Hex | BB | AF | A6 | 0 | 6 | B | 1B | 1A | D | 45 |
| Octal | 273 | 257 | 246 | 0 | 6 | 13 | 33 | 32 | 15 | 105 |
| Binary | 10111011 | 10101111 | 10100110 | 0 | 110 | 1011 | 11011 | 11010 | 1101 | 1000101 |
Color Harmonies of #BBAFA6
Complementary color
Monochromatic Colors of #BBAFA6
Black with #BBAFA6
Text Example
Text Example
White with #BBAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFA6; }
p { color: rgb(187,175,166); }
H1.HeaderClassName
{
color: #BBAFA6;
}
.AnyTagClassName
{
color: #BBAFA6;
}
</style>
background-color css
<style>
a { background-color: #BBAFA6; }
a { background-color: rgb(187,175,166); }
div.DivClassName
{
background-color: #BBAFA6;
}
.BgClassName
{
background-color: #BBAFA6;
}
</style>
border-color css
<style>
span { border-color: #BBAFA6; }
span { border-color: rgb(187,175,166); }
td.TdClassName
{
border-color: #BBAFA6;
}
.TagClassName
{
border-color: #BBAFA6;
}
</style>