Shades of Melrose #BEAAEC
Tints of Melrose #BEAAEC
RGB
CMYK
RGB Variations
Color information
#BEAAEC (or 0xBEAAEC) is known color: Melrose. HEX triplet: BE, AA and EC. RGB value is (190,170,236). Sum of RGB (Red+Green+Blue) = 190+170+236=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAEC is #415513. Grayscale: #B7B7B7. Windows color (decimal): -4281620 or 15510206. OLE color: 15510206.
HSL color Cylindrical-coordinate representation of color #BEAAEC: hue angle of 258.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEAAEC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 170 | 236 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 258.18º | 0.63% | 0.8% | - |
| HSV(B) | 258.18º | 0.28% | 0.93% | - |
| XYZ | 50.75 | 45.75 | 85.51 | - |
| YUV | 183.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 236 | 0.19 | 0.28 | 0 | 0.07 | 258.18 | 0.63 | 0.8 |
| Hex | BE | AA | EC | 13 | 1C | 0 | 7 | 102 | 3F | 50 |
| Octal | 276 | 252 | 354 | 23 | 34 | 0 | 7 | 402 | 77 | 120 |
| Binary | 10111110 | 10101010 | 11101100 | 10011 | 11100 | 0 | 111 | 100000010 | 111111 | 1010000 |
Color Harmonies of #BEAAEC
Complementary color
Monochromatic Colors of #BEAAEC
Black with #BEAAEC
Text Example
Text Example
White with #BEAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAEC; }
p { color: rgb(190,170,236); }
H1.HeaderClassName
{
color: #BEAAEC;
}
.AnyTagClassName
{
color: #BEAAEC;
}
</style>
background-color css
<style>
a { background-color: #BEAAEC; }
a { background-color: rgb(190,170,236); }
div.DivClassName
{
background-color: #BEAAEC;
}
.BgClassName
{
background-color: #BEAAEC;
}
</style>
border-color css
<style>
span { border-color: #BEAAEC; }
span { border-color: rgb(190,170,236); }
td.TdClassName
{
border-color: #BEAAEC;
}
.TagClassName
{
border-color: #BEAAEC;
}
</style>