Shades of Silk #BBADA3
Tints of Silk #BBADA3
RGB
CMYK
RGB Variations
Color information
#BBADA3 (or 0xBBADA3) is known color: Silk. HEX triplet: BB, AD and A3. RGB value is (187,173,163). Sum of RGB (Red+Green+Blue) = 187+173+163=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA3 is #44525C. Grayscale: #B0B0B0. Windows color (decimal): -4477533 or 10726843. OLE color: 10726843.
HSL color Cylindrical-coordinate representation of color #BBADA3: hue angle of 25º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBADA3 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 163 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.27 |
| HSL | 25º | 0.15% | 0.69% | - |
| HSV(B) | 25º | 0.13% | 0.73% | - |
| XYZ | 42.05 | 43.1 | 40.75 | - |
| YUV | 176.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 163 | 0 | 0.07 | 0.13 | 0.27 | 25 | 0.15 | 0.69 |
| Hex | BB | AD | A3 | 0 | 7 | D | 1B | 19 | F | 45 |
| Octal | 273 | 255 | 243 | 0 | 7 | 15 | 33 | 31 | 17 | 105 |
| Binary | 10111011 | 10101101 | 10100011 | 0 | 111 | 1101 | 11011 | 11001 | 1111 | 1000101 |
Color Harmonies of #BBADA3
Complementary color
Monochromatic Colors of #BBADA3
Black with #BBADA3
Text Example
Text Example
White with #BBADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADA3; }
p { color: rgb(187,173,163); }
H1.HeaderClassName
{
color: #BBADA3;
}
.AnyTagClassName
{
color: #BBADA3;
}
</style>
background-color css
<style>
a { background-color: #BBADA3; }
a { background-color: rgb(187,173,163); }
div.DivClassName
{
background-color: #BBADA3;
}
.BgClassName
{
background-color: #BBADA3;
}
</style>
border-color css
<style>
span { border-color: #BBADA3; }
span { border-color: rgb(187,173,163); }
td.TdClassName
{
border-color: #BBADA3;
}
.TagClassName
{
border-color: #BBADA3;
}
</style>