Shades of Silk #BEADA2
Tints of Silk #BEADA2
RGB
CMYK
RGB Variations
Color information
#BEADA2 (or 0xBEADA2) is known color: Silk. HEX triplet: BE, AD and A2. RGB value is (190,173,162). Sum of RGB (Red+Green+Blue) = 190+173+162=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADA2 is #41525D. Grayscale: #B0B0B0. Windows color (decimal): -4280926 or 10661310. OLE color: 10661310.
HSL color Cylindrical-coordinate representation of color #BEADA2: hue angle of 23.57º 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 #BEADA2 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 162 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.25 |
| HSL | 23.57º | 0.18% | 0.69% | - |
| HSV(B) | 23.57º | 0.15% | 0.75% | - |
| XYZ | 42.7 | 43.44 | 40.32 | - |
| YUV | 176.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 162 | 0 | 0.09 | 0.15 | 0.25 | 23.57 | 0.18 | 0.69 |
| Hex | BE | AD | A2 | 0 | 9 | F | 19 | 18 | 12 | 45 |
| Octal | 276 | 255 | 242 | 0 | 11 | 17 | 31 | 30 | 22 | 105 |
| Binary | 10111110 | 10101101 | 10100010 | 0 | 1001 | 1111 | 11001 | 11000 | 10010 | 1000101 |
Color Harmonies of #BEADA2
Complementary color
Monochromatic Colors of #BEADA2
Black with #BEADA2
Text Example
Text Example
White with #BEADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADA2; }
p { color: rgb(190,173,162); }
H1.HeaderClassName
{
color: #BEADA2;
}
.AnyTagClassName
{
color: #BEADA2;
}
</style>
background-color css
<style>
a { background-color: #BEADA2; }
a { background-color: rgb(190,173,162); }
div.DivClassName
{
background-color: #BEADA2;
}
.BgClassName
{
background-color: #BEADA2;
}
</style>
border-color css
<style>
span { border-color: #BEADA2; }
span { border-color: rgb(190,173,162); }
td.TdClassName
{
border-color: #BEADA2;
}
.TagClassName
{
border-color: #BEADA2;
}
</style>