Shades of Melrose #BEAEFF
Tints of Melrose #BEAEFF
RGB
CMYK
RGB Variations
Color information
#BEAEFF (or 0xBEAEFF) is known color: Melrose. HEX triplet: BE, AE and FF. RGB value is (190,174,255). Sum of RGB (Red+Green+Blue) = 190+174+255=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEFF is #415100. Grayscale: #BBBBBB. Windows color (decimal): -4280577 or 16756414. OLE color: 16756414.
HSL color Cylindrical-coordinate representation of color #BEAEFF: hue angle of 251.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEAEFF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 174 | 255 | - |
| CMYK | 0.25 | 0.32 | 0 | 0 |
| HSL | 251.85º | 1% | 0.84% | - |
| HSV(B) | 251.85º | 0.32% | 1% | - |
| XYZ | 54.42 | 48.44 | 101.09 | - |
| YUV | 188.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 255 | 0.25 | 0.32 | 0 | 0 | 251.85 | 1 | 0.84 |
| Hex | BE | AE | FF | 19 | 20 | 0 | 0 | FC | 64 | 54 |
| Octal | 276 | 256 | 377 | 31 | 40 | 0 | 0 | 374 | 144 | 124 |
| Binary | 10111110 | 10101110 | 11111111 | 11001 | 100000 | 0 | 0 | 11111100 | 1100100 | 1010100 |
Color Harmonies of #BEAEFF
Complementary color
Monochromatic Colors of #BEAEFF
Black with #BEAEFF
Text Example
Text Example
White with #BEAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEFF; }
p { color: rgb(190,174,255); }
H1.HeaderClassName
{
color: #BEAEFF;
}
.AnyTagClassName
{
color: #BEAEFF;
}
</style>
background-color css
<style>
a { background-color: #BEAEFF; }
a { background-color: rgb(190,174,255); }
div.DivClassName
{
background-color: #BEAEFF;
}
.BgClassName
{
background-color: #BEAEFF;
}
</style>
border-color css
<style>
span { border-color: #BEAEFF; }
span { border-color: rgb(190,174,255); }
td.TdClassName
{
border-color: #BEAEFF;
}
.TagClassName
{
border-color: #BEAEFF;
}
</style>