Shades of Melrose #BEA7FF
Tints of Melrose #BEA7FF
RGB
CMYK
RGB Variations
Color information
#BEA7FF (or 0xBEA7FF) is known color: Melrose. HEX triplet: BE, A7 and FF. RGB value is (190,167,255). Sum of RGB (Red+Green+Blue) = 190+167+255=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7FF is #415800. Grayscale: #B7B7B7. Windows color (decimal): -4282369 or 16754622. OLE color: 16754622.
HSL color Cylindrical-coordinate representation of color #BEA7FF: hue angle of 255.68º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA7FF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 167 | 255 | - |
| CMYK | 0.25 | 0.35 | 0 | 0 |
| HSL | 255.68º | 1% | 0.83% | - |
| HSV(B) | 255.68º | 0.35% | 1% | - |
| XYZ | 53.1 | 45.8 | 100.65 | - |
| YUV | 183.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 255 | 0.25 | 0.35 | 0 | 0 | 255.68 | 1 | 0.83 |
| Hex | BE | A7 | FF | 19 | 23 | 0 | 0 | 100 | 64 | 53 |
| Octal | 276 | 247 | 377 | 31 | 43 | 0 | 0 | 400 | 144 | 123 |
| Binary | 10111110 | 10100111 | 11111111 | 11001 | 100011 | 0 | 0 | 100000000 | 1100100 | 1010011 |
Color Harmonies of #BEA7FF
Complementary color
Monochromatic Colors of #BEA7FF
Black with #BEA7FF
Text Example
Text Example
White with #BEA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7FF; }
p { color: rgb(190,167,255); }
H1.HeaderClassName
{
color: #BEA7FF;
}
.AnyTagClassName
{
color: #BEA7FF;
}
</style>
background-color css
<style>
a { background-color: #BEA7FF; }
a { background-color: rgb(190,167,255); }
div.DivClassName
{
background-color: #BEA7FF;
}
.BgClassName
{
background-color: #BEA7FF;
}
</style>
border-color css
<style>
span { border-color: #BEA7FF; }
span { border-color: rgb(190,167,255); }
td.TdClassName
{
border-color: #BEA7FF;
}
.TagClassName
{
border-color: #BEA7FF;
}
</style>