Shades of Melrose #BEAFE2
Tints of Melrose #BEAFE2
RGB
CMYK
RGB Variations
Color information
#BEAFE2 (or 0xBEAFE2) is known color: Melrose. HEX triplet: BE, AF and E2. RGB value is (190,175,226). Sum of RGB (Red+Green+Blue) = 190+175+226=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFE2 is #41501D. Grayscale: #B9B9B9. Windows color (decimal): -4280350 or 14856126. OLE color: 14856126.
HSL color Cylindrical-coordinate representation of color #BEAFE2: hue angle of 257.65º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEAFE2 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 175 | 226 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.11 |
| HSL | 257.65º | 0.47% | 0.79% | - |
| HSV(B) | 257.65º | 0.23% | 0.89% | - |
| XYZ | 50.29 | 47.1 | 78.39 | - |
| YUV | 185.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 226 | 0.16 | 0.23 | 0 | 0.11 | 257.65 | 0.47 | 0.79 |
| Hex | BE | AF | E2 | 10 | 17 | 0 | B | 102 | 2F | 4F |
| Octal | 276 | 257 | 342 | 20 | 27 | 0 | 13 | 402 | 57 | 117 |
| Binary | 10111110 | 10101111 | 11100010 | 10000 | 10111 | 0 | 1011 | 100000010 | 101111 | 1001111 |
Color Harmonies of #BEAFE2
Complementary color
Monochromatic Colors of #BEAFE2
Black with #BEAFE2
Text Example
Text Example
White with #BEAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFE2; }
p { color: rgb(190,175,226); }
H1.HeaderClassName
{
color: #BEAFE2;
}
.AnyTagClassName
{
color: #BEAFE2;
}
</style>
background-color css
<style>
a { background-color: #BEAFE2; }
a { background-color: rgb(190,175,226); }
div.DivClassName
{
background-color: #BEAFE2;
}
.BgClassName
{
background-color: #BEAFE2;
}
</style>
border-color css
<style>
span { border-color: #BEAFE2; }
span { border-color: rgb(190,175,226); }
td.TdClassName
{
border-color: #BEAFE2;
}
.TagClassName
{
border-color: #BEAFE2;
}
</style>