Shades of Melrose #BAA6FA
Tints of Melrose #BAA6FA
RGB
CMYK
RGB Variations
Color information
#BAA6FA (or 0xBAA6FA) is known color: Melrose. HEX triplet: BA, A6 and FA. RGB value is (186,166,250). Sum of RGB (Red+Green+Blue) = 186+166+250=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FA is #455905. Grayscale: #B5B5B5. Windows color (decimal): -4544774 or 16426682. OLE color: 16426682.
HSL color Cylindrical-coordinate representation of color #BAA6FA: hue angle of 254.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA6FA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 166 | 250 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.02 |
| HSL | 254.29º | 0.89% | 0.82% | - |
| HSV(B) | 254.29º | 0.34% | 0.98% | - |
| XYZ | 51.14 | 44.61 | 96.36 | - |
| YUV | 181.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 250 | 0.26 | 0.34 | 0 | 0.02 | 254.29 | 0.89 | 0.82 |
| Hex | BA | A6 | FA | 1A | 22 | 0 | 2 | FE | 59 | 52 |
| Octal | 272 | 246 | 372 | 32 | 42 | 0 | 2 | 376 | 131 | 122 |
| Binary | 10111010 | 10100110 | 11111010 | 11010 | 100010 | 0 | 10 | 11111110 | 1011001 | 1010010 |
Color Harmonies of #BAA6FA
Complementary color
Monochromatic Colors of #BAA6FA
Black with #BAA6FA
Text Example
Text Example
White with #BAA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6FA; }
p { color: rgb(186,166,250); }
H1.HeaderClassName
{
color: #BAA6FA;
}
.AnyTagClassName
{
color: #BAA6FA;
}
</style>
background-color css
<style>
a { background-color: #BAA6FA; }
a { background-color: rgb(186,166,250); }
div.DivClassName
{
background-color: #BAA6FA;
}
.BgClassName
{
background-color: #BAA6FA;
}
</style>
border-color css
<style>
span { border-color: #BAA6FA; }
span { border-color: rgb(186,166,250); }
td.TdClassName
{
border-color: #BAA6FA;
}
.TagClassName
{
border-color: #BAA6FA;
}
</style>