Shades of Silk #B3ADA8
Tints of Silk #B3ADA8
RGB
CMYK
RGB Variations
Color information
#B3ADA8 (or 0xB3ADA8) is known color: Silk. HEX triplet: B3, AD and A8. RGB value is (179,173,168). Sum of RGB (Red+Green+Blue) = 179+173+168=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADA8 is #4C5257. Grayscale: #AEAEAE. Windows color (decimal): -5001816 or 11054515. OLE color: 11054515.
HSL color Cylindrical-coordinate representation of color #B3ADA8: hue angle of 27.27º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3ADA8 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 168 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.30 |
| HSL | 27.27º | 0.07% | 0.68% | - |
| HSV(B) | 27.27º | 0.06% | 0.7% | - |
| XYZ | 40.6 | 42.3 | 43.07 | - |
| YUV | 174.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 168 | 0 | 0.03 | 0.06 | 0.30 | 27.27 | 0.07 | 0.68 |
| Hex | B3 | AD | A8 | 0 | 3 | 6 | 1E | 1B | 7 | 44 |
| Octal | 263 | 255 | 250 | 0 | 3 | 6 | 36 | 33 | 7 | 104 |
| Binary | 10110011 | 10101101 | 10101000 | 0 | 11 | 110 | 11110 | 11011 | 111 | 1000100 |
Color Harmonies of #B3ADA8
Complementary color
Monochromatic Colors of #B3ADA8
Black with #B3ADA8
Text Example
Text Example
White with #B3ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADA8; }
p { color: rgb(179,173,168); }
H1.HeaderClassName
{
color: #B3ADA8;
}
.AnyTagClassName
{
color: #B3ADA8;
}
</style>
background-color css
<style>
a { background-color: #B3ADA8; }
a { background-color: rgb(179,173,168); }
div.DivClassName
{
background-color: #B3ADA8;
}
.BgClassName
{
background-color: #B3ADA8;
}
</style>
border-color css
<style>
span { border-color: #B3ADA8; }
span { border-color: rgb(179,173,168); }
td.TdClassName
{
border-color: #B3ADA8;
}
.TagClassName
{
border-color: #B3ADA8;
}
</style>