Shades of Melrose #BEAFF1
Tints of Melrose #BEAFF1
RGB
CMYK
RGB Variations
Color information
#BEAFF1 (or 0xBEAFF1) is known color: Melrose. HEX triplet: BE, AF and F1. RGB value is (190,175,241). Sum of RGB (Red+Green+Blue) = 190+175+241=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFF1 is #41500E. Grayscale: #BABABA. Windows color (decimal): -4280335 or 15839166. OLE color: 15839166.
HSL color Cylindrical-coordinate representation of color #BEAFF1: hue angle of 253.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEAFF1 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 175 | 241 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.05 |
| HSL | 253.64º | 0.7% | 0.82% | - |
| HSV(B) | 253.64º | 0.27% | 0.95% | - |
| XYZ | 52.44 | 47.96 | 89.71 | - |
| YUV | 187.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 241 | 0.21 | 0.27 | 0 | 0.05 | 253.64 | 0.7 | 0.82 |
| Hex | BE | AF | F1 | 15 | 1B | 0 | 5 | FE | 46 | 52 |
| Octal | 276 | 257 | 361 | 25 | 33 | 0 | 5 | 376 | 106 | 122 |
| Binary | 10111110 | 10101111 | 11110001 | 10101 | 11011 | 0 | 101 | 11111110 | 1000110 | 1010010 |
Color Harmonies of #BEAFF1
Complementary color
Monochromatic Colors of #BEAFF1
Black with #BEAFF1
Text Example
Text Example
White with #BEAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFF1; }
p { color: rgb(190,175,241); }
H1.HeaderClassName
{
color: #BEAFF1;
}
.AnyTagClassName
{
color: #BEAFF1;
}
</style>
background-color css
<style>
a { background-color: #BEAFF1; }
a { background-color: rgb(190,175,241); }
div.DivClassName
{
background-color: #BEAFF1;
}
.BgClassName
{
background-color: #BEAFF1;
}
</style>
border-color css
<style>
span { border-color: #BEAFF1; }
span { border-color: rgb(190,175,241); }
td.TdClassName
{
border-color: #BEAFF1;
}
.TagClassName
{
border-color: #BEAFF1;
}
</style>