Shades of Melrose #BEAEEB
Tints of Melrose #BEAEEB
RGB
CMYK
RGB Variations
Color information
#BEAEEB (or 0xBEAEEB) is known color: Melrose. HEX triplet: BE, AE and EB. RGB value is (190,174,235). Sum of RGB (Red+Green+Blue) = 190+174+235=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEEB is #415114. Grayscale: #B9B9B9. Windows color (decimal): -4280597 or 15445694. OLE color: 15445694.
HSL color Cylindrical-coordinate representation of color #BEAEEB: hue angle of 255.74º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAEEB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 174 | 235 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.08 |
| HSL | 255.74º | 0.6% | 0.8% | - |
| HSV(B) | 255.74º | 0.26% | 0.92% | - |
| XYZ | 51.37 | 47.22 | 85 | - |
| YUV | 185.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 235 | 0.19 | 0.26 | 0 | 0.08 | 255.74 | 0.6 | 0.8 |
| Hex | BE | AE | EB | 13 | 1A | 0 | 8 | 100 | 3C | 50 |
| Octal | 276 | 256 | 353 | 23 | 32 | 0 | 10 | 400 | 74 | 120 |
| Binary | 10111110 | 10101110 | 11101011 | 10011 | 11010 | 0 | 1000 | 100000000 | 111100 | 1010000 |
Color Harmonies of #BEAEEB
Complementary color
Monochromatic Colors of #BEAEEB
Black with #BEAEEB
Text Example
Text Example
White with #BEAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEEB; }
p { color: rgb(190,174,235); }
H1.HeaderClassName
{
color: #BEAEEB;
}
.AnyTagClassName
{
color: #BEAEEB;
}
</style>
background-color css
<style>
a { background-color: #BEAEEB; }
a { background-color: rgb(190,174,235); }
div.DivClassName
{
background-color: #BEAEEB;
}
.BgClassName
{
background-color: #BEAEEB;
}
</style>
border-color css
<style>
span { border-color: #BEAEEB; }
span { border-color: rgb(190,174,235); }
td.TdClassName
{
border-color: #BEAEEB;
}
.TagClassName
{
border-color: #BEAEEB;
}
</style>