Shades of Melrose #BEAEF5
Tints of Melrose #BEAEF5
RGB
CMYK
RGB Variations
Color information
#BEAEF5 (or 0xBEAEF5) is known color: Melrose. HEX triplet: BE, AE and F5. RGB value is (190,174,245). Sum of RGB (Red+Green+Blue) = 190+174+245=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEF5 is #41510A. Grayscale: #BABABA. Windows color (decimal): -4280587 or 16101054. OLE color: 16101054.
HSL color Cylindrical-coordinate representation of color #BEAEF5: hue angle of 253.52º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEAEF5 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 174 | 245 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.04 |
| HSL | 253.52º | 0.78% | 0.82% | - |
| HSV(B) | 253.52º | 0.29% | 0.96% | - |
| XYZ | 52.85 | 47.81 | 92.83 | - |
| YUV | 186.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 245 | 0.22 | 0.29 | 0 | 0.04 | 253.52 | 0.78 | 0.82 |
| Hex | BE | AE | F5 | 16 | 1D | 0 | 4 | FE | 4E | 52 |
| Octal | 276 | 256 | 365 | 26 | 35 | 0 | 4 | 376 | 116 | 122 |
| Binary | 10111110 | 10101110 | 11110101 | 10110 | 11101 | 0 | 100 | 11111110 | 1001110 | 1010010 |
Color Harmonies of #BEAEF5
Complementary color
Monochromatic Colors of #BEAEF5
Black with #BEAEF5
Text Example
Text Example
White with #BEAEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEF5; }
p { color: rgb(190,174,245); }
H1.HeaderClassName
{
color: #BEAEF5;
}
.AnyTagClassName
{
color: #BEAEF5;
}
</style>
background-color css
<style>
a { background-color: #BEAEF5; }
a { background-color: rgb(190,174,245); }
div.DivClassName
{
background-color: #BEAEF5;
}
.BgClassName
{
background-color: #BEAEF5;
}
</style>
border-color css
<style>
span { border-color: #BEAEF5; }
span { border-color: rgb(190,174,245); }
td.TdClassName
{
border-color: #BEAEF5;
}
.TagClassName
{
border-color: #BEAEF5;
}
</style>