Shades of Melrose #BEA9EA
Tints of Melrose #BEA9EA
RGB
CMYK
RGB Variations
Color information
#BEA9EA (or 0xBEA9EA) is known color: Melrose. HEX triplet: BE, A9 and EA. RGB value is (190,169,234). Sum of RGB (Red+Green+Blue) = 190+169+234=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9EA is #415615. Grayscale: #B6B6B6. Windows color (decimal): -4281878 or 15378878. OLE color: 15378878.
HSL color Cylindrical-coordinate representation of color #BEA9EA: hue angle of 259.38º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA9EA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 169 | 234 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.08 |
| HSL | 259.38º | 0.61% | 0.79% | - |
| HSV(B) | 259.38º | 0.28% | 0.92% | - |
| XYZ | 50.27 | 45.26 | 83.93 | - |
| YUV | 182.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 234 | 0.19 | 0.28 | 0 | 0.08 | 259.38 | 0.61 | 0.79 |
| Hex | BE | A9 | EA | 13 | 1C | 0 | 8 | 103 | 3D | 4F |
| Octal | 276 | 251 | 352 | 23 | 34 | 0 | 10 | 403 | 75 | 117 |
| Binary | 10111110 | 10101001 | 11101010 | 10011 | 11100 | 0 | 1000 | 100000011 | 111101 | 1001111 |
Color Harmonies of #BEA9EA
Complementary color
Monochromatic Colors of #BEA9EA
Black with #BEA9EA
Text Example
Text Example
White with #BEA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA9EA; }
p { color: rgb(190,169,234); }
H1.HeaderClassName
{
color: #BEA9EA;
}
.AnyTagClassName
{
color: #BEA9EA;
}
</style>
background-color css
<style>
a { background-color: #BEA9EA; }
a { background-color: rgb(190,169,234); }
div.DivClassName
{
background-color: #BEA9EA;
}
.BgClassName
{
background-color: #BEA9EA;
}
</style>
border-color css
<style>
span { border-color: #BEA9EA; }
span { border-color: rgb(190,169,234); }
td.TdClassName
{
border-color: #BEA9EA;
}
.TagClassName
{
border-color: #BEA9EA;
}
</style>