Shades of Melrose #BEAFF2
Tints of Melrose #BEAFF2
RGB
CMYK
RGB Variations
Color information
#BEAFF2 (or 0xBEAFF2) is known color: Melrose. HEX triplet: BE, AF and F2. RGB value is (190,175,242). Sum of RGB (Red+Green+Blue) = 190+175+242=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFF2 is #41500D. Grayscale: #BABABA. Windows color (decimal): -4280334 or 15904702. OLE color: 15904702.
HSL color Cylindrical-coordinate representation of color #BEAFF2: hue angle of 253.43º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEAFF2 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 175 | 242 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.05 |
| HSL | 253.43º | 0.72% | 0.82% | - |
| HSV(B) | 253.43º | 0.28% | 0.95% | - |
| XYZ | 52.59 | 48.02 | 90.5 | - |
| YUV | 187.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 242 | 0.21 | 0.28 | 0 | 0.05 | 253.43 | 0.72 | 0.82 |
| Hex | BE | AF | F2 | 15 | 1C | 0 | 5 | FD | 48 | 52 |
| Octal | 276 | 257 | 362 | 25 | 34 | 0 | 5 | 375 | 110 | 122 |
| Binary | 10111110 | 10101111 | 11110010 | 10101 | 11100 | 0 | 101 | 11111101 | 1001000 | 1010010 |
Color Harmonies of #BEAFF2
Complementary color
Monochromatic Colors of #BEAFF2
Black with #BEAFF2
Text Example
Text Example
White with #BEAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFF2; }
p { color: rgb(190,175,242); }
H1.HeaderClassName
{
color: #BEAFF2;
}
.AnyTagClassName
{
color: #BEAFF2;
}
</style>
background-color css
<style>
a { background-color: #BEAFF2; }
a { background-color: rgb(190,175,242); }
div.DivClassName
{
background-color: #BEAFF2;
}
.BgClassName
{
background-color: #BEAFF2;
}
</style>
border-color css
<style>
span { border-color: #BEAFF2; }
span { border-color: rgb(190,175,242); }
td.TdClassName
{
border-color: #BEAFF2;
}
.TagClassName
{
border-color: #BEAFF2;
}
</style>