Shades of Silk #BBAEA6
Tints of Silk #BBAEA6
RGB
CMYK
RGB Variations
Color information
#BBAEA6 (or 0xBBAEA6) is known color: Silk. HEX triplet: BB, AE and A6. RGB value is (187,174,166). Sum of RGB (Red+Green+Blue) = 187+174+166=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA6 is #445159. Grayscale: #B1B1B1. Windows color (decimal): -4477274 or 10923707. OLE color: 10923707.
HSL color Cylindrical-coordinate representation of color #BBAEA6: hue angle of 22.86º 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 #BBAEA6 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 166 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.27 |
| HSL | 22.86º | 0.13% | 0.69% | - |
| HSV(B) | 22.86º | 0.11% | 0.73% | - |
| XYZ | 42.51 | 43.59 | 42.25 | - |
| YUV | 176.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 166 | 0 | 0.07 | 0.11 | 0.27 | 22.86 | 0.13 | 0.69 |
| Hex | BB | AE | A6 | 0 | 7 | B | 1B | 17 | D | 45 |
| Octal | 273 | 256 | 246 | 0 | 7 | 13 | 33 | 27 | 15 | 105 |
| Binary | 10111011 | 10101110 | 10100110 | 0 | 111 | 1011 | 11011 | 10111 | 1101 | 1000101 |
Color Harmonies of #BBAEA6
Complementary color
Monochromatic Colors of #BBAEA6
Black with #BBAEA6
Text Example
Text Example
White with #BBAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEA6; }
p { color: rgb(187,174,166); }
H1.HeaderClassName
{
color: #BBAEA6;
}
.AnyTagClassName
{
color: #BBAEA6;
}
</style>
background-color css
<style>
a { background-color: #BBAEA6; }
a { background-color: rgb(187,174,166); }
div.DivClassName
{
background-color: #BBAEA6;
}
.BgClassName
{
background-color: #BBAEA6;
}
</style>
border-color css
<style>
span { border-color: #BBAEA6; }
span { border-color: rgb(187,174,166); }
td.TdClassName
{
border-color: #BBAEA6;
}
.TagClassName
{
border-color: #BBAEA6;
}
</style>