Shades of Silk #B8AEA2
Tints of Silk #B8AEA2
RGB
CMYK
RGB Variations
Color information
#B8AEA2 (or 0xB8AEA2) is known color: Silk. HEX triplet: B8, AE and A2. RGB value is (184,174,162). Sum of RGB (Red+Green+Blue) = 184+174+162=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AEA2 is #47515D. Grayscale: #AFAFAF. Windows color (decimal): -4673886 or 10661560. OLE color: 10661560.
HSL color Cylindrical-coordinate representation of color #B8AEA2: hue angle of 32.73º 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 #B8AEA2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 174 | 162 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.28 |
| HSL | 32.73º | 0.13% | 0.68% | - |
| HSV(B) | 32.73º | 0.12% | 0.72% | - |
| XYZ | 41.42 | 43.07 | 40.31 | - |
| YUV | 175.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 162 | 0 | 0.05 | 0.12 | 0.28 | 32.73 | 0.13 | 0.68 |
| Hex | B8 | AE | A2 | 0 | 5 | C | 1C | 21 | D | 44 |
| Octal | 270 | 256 | 242 | 0 | 5 | 14 | 34 | 41 | 15 | 104 |
| Binary | 10111000 | 10101110 | 10100010 | 0 | 101 | 1100 | 11100 | 100001 | 1101 | 1000100 |
Color Harmonies of #B8AEA2
Complementary color
Monochromatic Colors of #B8AEA2
Black with #B8AEA2
Text Example
Text Example
White with #B8AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEA2; }
p { color: rgb(184,174,162); }
H1.HeaderClassName
{
color: #B8AEA2;
}
.AnyTagClassName
{
color: #B8AEA2;
}
</style>
background-color css
<style>
a { background-color: #B8AEA2; }
a { background-color: rgb(184,174,162); }
div.DivClassName
{
background-color: #B8AEA2;
}
.BgClassName
{
background-color: #B8AEA2;
}
</style>
border-color css
<style>
span { border-color: #B8AEA2; }
span { border-color: rgb(184,174,162); }
td.TdClassName
{
border-color: #B8AEA2;
}
.TagClassName
{
border-color: #B8AEA2;
}
</style>