Shades of Melrose #BEAAEF
Tints of Melrose #BEAAEF
RGB
CMYK
RGB Variations
Color information
#BEAAEF (or 0xBEAAEF) is known color: Melrose. HEX triplet: BE, AA and EF. RGB value is (190,170,239). Sum of RGB (Red+Green+Blue) = 190+170+239=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAEF is #415510. Grayscale: #B7B7B7. Windows color (decimal): -4281617 or 15706814. OLE color: 15706814.
HSL color Cylindrical-coordinate representation of color #BEAAEF: hue angle of 257.39º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEAAEF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 170 | 239 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.06 |
| HSL | 257.39º | 0.68% | 0.8% | - |
| HSV(B) | 257.39º | 0.29% | 0.94% | - |
| XYZ | 51.19 | 45.93 | 87.83 | - |
| YUV | 183.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 239 | 0.21 | 0.29 | 0 | 0.06 | 257.39 | 0.68 | 0.8 |
| Hex | BE | AA | EF | 15 | 1D | 0 | 6 | 101 | 44 | 50 |
| Octal | 276 | 252 | 357 | 25 | 35 | 0 | 6 | 401 | 104 | 120 |
| Binary | 10111110 | 10101010 | 11101111 | 10101 | 11101 | 0 | 110 | 100000001 | 1000100 | 1010000 |
Color Harmonies of #BEAAEF
Complementary color
Monochromatic Colors of #BEAAEF
Black with #BEAAEF
Text Example
Text Example
White with #BEAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAEF; }
p { color: rgb(190,170,239); }
H1.HeaderClassName
{
color: #BEAAEF;
}
.AnyTagClassName
{
color: #BEAAEF;
}
</style>
background-color css
<style>
a { background-color: #BEAAEF; }
a { background-color: rgb(190,170,239); }
div.DivClassName
{
background-color: #BEAAEF;
}
.BgClassName
{
background-color: #BEAAEF;
}
</style>
border-color css
<style>
span { border-color: #BEAAEF; }
span { border-color: rgb(190,170,239); }
td.TdClassName
{
border-color: #BEAAEF;
}
.TagClassName
{
border-color: #BEAAEF;
}
</style>