Shades of Silk #BEAFA2
Tints of Silk #BEAFA2
RGB
CMYK
RGB Variations
Color information
#BEAFA2 (or 0xBEAFA2) is known color: Silk. HEX triplet: BE, AF and A2. RGB value is (190,175,162). Sum of RGB (Red+Green+Blue) = 190+175+162=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA2 is #41505D. Grayscale: #B2B2B2. Windows color (decimal): -4280414 or 10661822. OLE color: 10661822.
HSL color Cylindrical-coordinate representation of color #BEAFA2: hue angle of 27.86º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEAFA2 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 162 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.25 |
| HSL | 27.86º | 0.18% | 0.69% | - |
| HSV(B) | 27.86º | 0.15% | 0.75% | - |
| XYZ | 43.09 | 44.22 | 40.45 | - |
| YUV | 178 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 162 | 0 | 0.08 | 0.15 | 0.25 | 27.86 | 0.18 | 0.69 |
| Hex | BE | AF | A2 | 0 | 8 | F | 19 | 1C | 12 | 45 |
| Octal | 276 | 257 | 242 | 0 | 10 | 17 | 31 | 34 | 22 | 105 |
| Binary | 10111110 | 10101111 | 10100010 | 0 | 1000 | 1111 | 11001 | 11100 | 10010 | 1000101 |
Color Harmonies of #BEAFA2
Complementary color
Monochromatic Colors of #BEAFA2
Black with #BEAFA2
Text Example
Text Example
White with #BEAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFA2; }
p { color: rgb(190,175,162); }
H1.HeaderClassName
{
color: #BEAFA2;
}
.AnyTagClassName
{
color: #BEAFA2;
}
</style>
background-color css
<style>
a { background-color: #BEAFA2; }
a { background-color: rgb(190,175,162); }
div.DivClassName
{
background-color: #BEAFA2;
}
.BgClassName
{
background-color: #BEAFA2;
}
</style>
border-color css
<style>
span { border-color: #BEAFA2; }
span { border-color: rgb(190,175,162); }
td.TdClassName
{
border-color: #BEAFA2;
}
.TagClassName
{
border-color: #BEAFA2;
}
</style>