Shades of Melrose #BAA6F0
Tints of Melrose #BAA6F0
RGB
CMYK
RGB Variations
Color information
#BAA6F0 (or 0xBAA6F0) is known color: Melrose. HEX triplet: BA, A6 and F0. RGB value is (186,166,240). Sum of RGB (Red+Green+Blue) = 186+166+240=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAA6F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F0 is #45590F. Grayscale: #B4B4B4. Windows color (decimal): -4544784 or 15771322. OLE color: 15771322.
HSL color Cylindrical-coordinate representation of color #BAA6F0: hue angle of 256.22º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA6F0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 166 | 240 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.06 |
| HSL | 256.22º | 0.71% | 0.8% | - |
| HSV(B) | 256.22º | 0.31% | 0.94% | - |
| XYZ | 49.61 | 44 | 88.32 | - |
| YUV | 180.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 240 | 0.22 | 0.31 | 0 | 0.06 | 256.22 | 0.71 | 0.8 |
| Hex | BA | A6 | F0 | 16 | 1F | 0 | 6 | 100 | 47 | 50 |
| Octal | 272 | 246 | 360 | 26 | 37 | 0 | 6 | 400 | 107 | 120 |
| Binary | 10111010 | 10100110 | 11110000 | 10110 | 11111 | 0 | 110 | 100000000 | 1000111 | 1010000 |
Color Harmonies of #BAA6F0
Complementary color
Monochromatic Colors of #BAA6F0
Black with #BAA6F0
Text Example
Text Example
White with #BAA6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6F0; }
p { color: rgb(186,166,240); }
H1.HeaderClassName
{
color: #BAA6F0;
}
.AnyTagClassName
{
color: #BAA6F0;
}
</style>
background-color css
<style>
a { background-color: #BAA6F0; }
a { background-color: rgb(186,166,240); }
div.DivClassName
{
background-color: #BAA6F0;
}
.BgClassName
{
background-color: #BAA6F0;
}
</style>
border-color css
<style>
span { border-color: #BAA6F0; }
span { border-color: rgb(186,166,240); }
td.TdClassName
{
border-color: #BAA6F0;
}
.TagClassName
{
border-color: #BAA6F0;
}
</style>