Shades of Silk #BBADA1
Tints of Silk #BBADA1
RGB
CMYK
RGB Variations
Color information
#BBADA1 (or 0xBBADA1) is known color: Silk. HEX triplet: BB, AD and A1. RGB value is (187,173,161). Sum of RGB (Red+Green+Blue) = 187+173+161=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA1 is #44525E. Grayscale: #AFAFAF. Windows color (decimal): -4477535 or 10595771. OLE color: 10595771.
HSL color Cylindrical-coordinate representation of color #BBADA1: hue angle of 27.69º 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 #BBADA1 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 161 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.27 |
| HSL | 27.69º | 0.16% | 0.68% | - |
| HSV(B) | 27.69º | 0.14% | 0.73% | - |
| XYZ | 41.87 | 43.03 | 39.82 | - |
| YUV | 175.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 161 | 0 | 0.07 | 0.14 | 0.27 | 27.69 | 0.16 | 0.68 |
| Hex | BB | AD | A1 | 0 | 7 | E | 1B | 1C | 10 | 44 |
| Octal | 273 | 255 | 241 | 0 | 7 | 16 | 33 | 34 | 20 | 104 |
| Binary | 10111011 | 10101101 | 10100001 | 0 | 111 | 1110 | 11011 | 11100 | 10000 | 1000100 |
Color Harmonies of #BBADA1
Complementary color
Monochromatic Colors of #BBADA1
Black with #BBADA1
Text Example
Text Example
White with #BBADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADA1; }
p { color: rgb(187,173,161); }
H1.HeaderClassName
{
color: #BBADA1;
}
.AnyTagClassName
{
color: #BBADA1;
}
</style>
background-color css
<style>
a { background-color: #BBADA1; }
a { background-color: rgb(187,173,161); }
div.DivClassName
{
background-color: #BBADA1;
}
.BgClassName
{
background-color: #BBADA1;
}
</style>
border-color css
<style>
span { border-color: #BBADA1; }
span { border-color: rgb(187,173,161); }
td.TdClassName
{
border-color: #BBADA1;
}
.TagClassName
{
border-color: #BBADA1;
}
</style>