Shades of Silk #B4ADA8
Tints of Silk #B4ADA8
RGB
CMYK
RGB Variations
Color information
#B4ADA8 (or 0xB4ADA8) is known color: Silk. HEX triplet: B4, AD and A8. RGB value is (180,173,168). Sum of RGB (Red+Green+Blue) = 180+173+168=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADA8 is #4B5257. Grayscale: #AEAEAE. Windows color (decimal): -4936280 or 11054516. OLE color: 11054516.
HSL color Cylindrical-coordinate representation of color #B4ADA8: hue angle of 25º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4ADA8 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 168 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.29 |
| HSL | 25º | 0.07% | 0.68% | - |
| HSV(B) | 25º | 0.07% | 0.71% | - |
| XYZ | 40.83 | 42.42 | 43.08 | - |
| YUV | 174.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 168 | 0 | 0.04 | 0.07 | 0.29 | 25 | 0.07 | 0.68 |
| Hex | B4 | AD | A8 | 0 | 4 | 7 | 1D | 19 | 7 | 44 |
| Octal | 264 | 255 | 250 | 0 | 4 | 7 | 35 | 31 | 7 | 104 |
| Binary | 10110100 | 10101101 | 10101000 | 0 | 100 | 111 | 11101 | 11001 | 111 | 1000100 |
Color Harmonies of #B4ADA8
Complementary color
Monochromatic Colors of #B4ADA8
Black with #B4ADA8
Text Example
Text Example
White with #B4ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADA8; }
p { color: rgb(180,173,168); }
H1.HeaderClassName
{
color: #B4ADA8;
}
.AnyTagClassName
{
color: #B4ADA8;
}
</style>
background-color css
<style>
a { background-color: #B4ADA8; }
a { background-color: rgb(180,173,168); }
div.DivClassName
{
background-color: #B4ADA8;
}
.BgClassName
{
background-color: #B4ADA8;
}
</style>
border-color css
<style>
span { border-color: #B4ADA8; }
span { border-color: rgb(180,173,168); }
td.TdClassName
{
border-color: #B4ADA8;
}
.TagClassName
{
border-color: #B4ADA8;
}
</style>