Shades of Silk #BBADA5
Tints of Silk #BBADA5
RGB
CMYK
RGB Variations
Color information
#BBADA5 (or 0xBBADA5) is known color: Silk. HEX triplet: BB, AD and A5. RGB value is (187,173,165). Sum of RGB (Red+Green+Blue) = 187+173+165=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA5 is #44525A. Grayscale: #B0B0B0. Windows color (decimal): -4477531 or 10857915. OLE color: 10857915.
HSL color Cylindrical-coordinate representation of color #BBADA5: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBADA5 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 165 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.27 |
| HSL | 21.82º | 0.14% | 0.69% | - |
| HSV(B) | 21.82º | 0.12% | 0.73% | - |
| XYZ | 42.23 | 43.17 | 41.7 | - |
| YUV | 176.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 165 | 0 | 0.07 | 0.12 | 0.27 | 21.82 | 0.14 | 0.69 |
| Hex | BB | AD | A5 | 0 | 7 | C | 1B | 16 | E | 45 |
| Octal | 273 | 255 | 245 | 0 | 7 | 14 | 33 | 26 | 16 | 105 |
| Binary | 10111011 | 10101101 | 10100101 | 0 | 111 | 1100 | 11011 | 10110 | 1110 | 1000101 |
Color Harmonies of #BBADA5
Complementary color
Monochromatic Colors of #BBADA5
Black with #BBADA5
Text Example
Text Example
White with #BBADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADA5; }
p { color: rgb(187,173,165); }
H1.HeaderClassName
{
color: #BBADA5;
}
.AnyTagClassName
{
color: #BBADA5;
}
</style>
background-color css
<style>
a { background-color: #BBADA5; }
a { background-color: rgb(187,173,165); }
div.DivClassName
{
background-color: #BBADA5;
}
.BgClassName
{
background-color: #BBADA5;
}
</style>
border-color css
<style>
span { border-color: #BBADA5; }
span { border-color: rgb(187,173,165); }
td.TdClassName
{
border-color: #BBADA5;
}
.TagClassName
{
border-color: #BBADA5;
}
</style>