Shades of Melrose #BEAEF8
Tints of Melrose #BEAEF8
RGB
CMYK
RGB Variations
Color information
#BEAEF8 (or 0xBEAEF8) is known color: Melrose. HEX triplet: BE, AE and F8. RGB value is (190,174,248). Sum of RGB (Red+Green+Blue) = 190+174+248=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEF8 is #415107. Grayscale: #BABABA. Windows color (decimal): -4280584 or 16297662. OLE color: 16297662.
HSL color Cylindrical-coordinate representation of color #BEAEF8: hue angle of 252.97º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEAEF8 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 174 | 248 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.03 |
| HSL | 252.97º | 0.84% | 0.83% | - |
| HSV(B) | 252.97º | 0.3% | 0.97% | - |
| XYZ | 53.31 | 48 | 95.26 | - |
| YUV | 187.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 248 | 0.23 | 0.30 | 0 | 0.03 | 252.97 | 0.84 | 0.83 |
| Hex | BE | AE | F8 | 17 | 1E | 0 | 3 | FD | 54 | 53 |
| Octal | 276 | 256 | 370 | 27 | 36 | 0 | 3 | 375 | 124 | 123 |
| Binary | 10111110 | 10101110 | 11111000 | 10111 | 11110 | 0 | 11 | 11111101 | 1010100 | 1010011 |
Color Harmonies of #BEAEF8
Complementary color
Monochromatic Colors of #BEAEF8
Black with #BEAEF8
Text Example
Text Example
White with #BEAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEF8; }
p { color: rgb(190,174,248); }
H1.HeaderClassName
{
color: #BEAEF8;
}
.AnyTagClassName
{
color: #BEAEF8;
}
</style>
background-color css
<style>
a { background-color: #BEAEF8; }
a { background-color: rgb(190,174,248); }
div.DivClassName
{
background-color: #BEAEF8;
}
.BgClassName
{
background-color: #BEAEF8;
}
</style>
border-color css
<style>
span { border-color: #BEAEF8; }
span { border-color: rgb(190,174,248); }
td.TdClassName
{
border-color: #BEAEF8;
}
.TagClassName
{
border-color: #BEAEF8;
}
</style>