Shades of Melrose #BEAFE1
Tints of Melrose #BEAFE1
RGB
CMYK
RGB Variations
Color information
#BEAFE1 (or 0xBEAFE1) is known color: Melrose. HEX triplet: BE, AF and E1. RGB value is (190,175,225). Sum of RGB (Red+Green+Blue) = 190+175+225=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFE1 is #41501E. Grayscale: #B9B9B9. Windows color (decimal): -4280351 or 14790590. OLE color: 14790590.
HSL color Cylindrical-coordinate representation of color #BEAFE1: hue angle of 258º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEAFE1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 175 | 225 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.12 |
| HSL | 258º | 0.45% | 0.78% | - |
| HSV(B) | 258º | 0.22% | 0.88% | - |
| XYZ | 50.16 | 47.04 | 77.67 | - |
| YUV | 185.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 225 | 0.16 | 0.22 | 0 | 0.12 | 258 | 0.45 | 0.78 |
| Hex | BE | AF | E1 | 10 | 16 | 0 | C | 102 | 2D | 4E |
| Octal | 276 | 257 | 341 | 20 | 26 | 0 | 14 | 402 | 55 | 116 |
| Binary | 10111110 | 10101111 | 11100001 | 10000 | 10110 | 0 | 1100 | 100000010 | 101101 | 1001110 |
Color Harmonies of #BEAFE1
Complementary color
Monochromatic Colors of #BEAFE1
Black with #BEAFE1
Text Example
Text Example
White with #BEAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFE1; }
p { color: rgb(190,175,225); }
H1.HeaderClassName
{
color: #BEAFE1;
}
.AnyTagClassName
{
color: #BEAFE1;
}
</style>
background-color css
<style>
a { background-color: #BEAFE1; }
a { background-color: rgb(190,175,225); }
div.DivClassName
{
background-color: #BEAFE1;
}
.BgClassName
{
background-color: #BEAFE1;
}
</style>
border-color css
<style>
span { border-color: #BEAFE1; }
span { border-color: rgb(190,175,225); }
td.TdClassName
{
border-color: #BEAFE1;
}
.TagClassName
{
border-color: #BEAFE1;
}
</style>