Shades of Silk #B8ADA2
Tints of Silk #B8ADA2
RGB
CMYK
RGB Variations
Color information
#B8ADA2 (or 0xB8ADA2) is known color: Silk. HEX triplet: B8, AD and A2. RGB value is (184,173,162). Sum of RGB (Red+Green+Blue) = 184+173+162=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ADA2 is #47525D. Grayscale: #AFAFAF. Windows color (decimal): -4674142 or 10661304. OLE color: 10661304.
HSL color Cylindrical-coordinate representation of color #B8ADA2: hue angle of 30º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8ADA2 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 162 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.28 |
| HSL | 30º | 0.13% | 0.68% | - |
| HSV(B) | 30º | 0.12% | 0.72% | - |
| XYZ | 41.23 | 42.69 | 40.25 | - |
| YUV | 175.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 162 | 0 | 0.06 | 0.12 | 0.28 | 30 | 0.13 | 0.68 |
| Hex | B8 | AD | A2 | 0 | 6 | C | 1C | 1E | D | 44 |
| Octal | 270 | 255 | 242 | 0 | 6 | 14 | 34 | 36 | 15 | 104 |
| Binary | 10111000 | 10101101 | 10100010 | 0 | 110 | 1100 | 11100 | 11110 | 1101 | 1000100 |
Color Harmonies of #B8ADA2
Complementary color
Monochromatic Colors of #B8ADA2
Black with #B8ADA2
Text Example
Text Example
White with #B8ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADA2; }
p { color: rgb(184,173,162); }
H1.HeaderClassName
{
color: #B8ADA2;
}
.AnyTagClassName
{
color: #B8ADA2;
}
</style>
background-color css
<style>
a { background-color: #B8ADA2; }
a { background-color: rgb(184,173,162); }
div.DivClassName
{
background-color: #B8ADA2;
}
.BgClassName
{
background-color: #B8ADA2;
}
</style>
border-color css
<style>
span { border-color: #B8ADA2; }
span { border-color: rgb(184,173,162); }
td.TdClassName
{
border-color: #B8ADA2;
}
.TagClassName
{
border-color: #B8ADA2;
}
</style>