Shades of Melrose #BAA6FF
Tints of Melrose #BAA6FF
RGB
CMYK
RGB Variations
Color information
#BAA6FF (or 0xBAA6FF) is known color: Melrose. HEX triplet: BA, A6 and FF. RGB value is (186,166,255). Sum of RGB (Red+Green+Blue) = 186+166+255=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FF is #455900. Grayscale: #B5B5B5. Windows color (decimal): -4544769 or 16754362. OLE color: 16754362.
HSL color Cylindrical-coordinate representation of color #BAA6FF: hue angle of 253.48º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA6FF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 166 | 255 | - |
| CMYK | 0.27 | 0.35 | 0 | 0 |
| HSL | 253.48º | 1% | 0.83% | - |
| HSV(B) | 253.48º | 0.35% | 1% | - |
| XYZ | 51.94 | 44.93 | 100.54 | - |
| YUV | 182.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 255 | 0.27 | 0.35 | 0 | 0 | 253.48 | 1 | 0.83 |
| Hex | BA | A6 | FF | 1B | 23 | 0 | 0 | FD | 64 | 53 |
| Octal | 272 | 246 | 377 | 33 | 43 | 0 | 0 | 375 | 144 | 123 |
| Binary | 10111010 | 10100110 | 11111111 | 11011 | 100011 | 0 | 0 | 11111101 | 1100100 | 1010011 |
Color Harmonies of #BAA6FF
Complementary color
Monochromatic Colors of #BAA6FF
Black with #BAA6FF
Text Example
Text Example
White with #BAA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6FF; }
p { color: rgb(186,166,255); }
H1.HeaderClassName
{
color: #BAA6FF;
}
.AnyTagClassName
{
color: #BAA6FF;
}
</style>
background-color css
<style>
a { background-color: #BAA6FF; }
a { background-color: rgb(186,166,255); }
div.DivClassName
{
background-color: #BAA6FF;
}
.BgClassName
{
background-color: #BAA6FF;
}
</style>
border-color css
<style>
span { border-color: #BAA6FF; }
span { border-color: rgb(186,166,255); }
td.TdClassName
{
border-color: #BAA6FF;
}
.TagClassName
{
border-color: #BAA6FF;
}
</style>