Shades of Melrose #BAA6EE
Tints of Melrose #BAA6EE
RGB
CMYK
RGB Variations
Color information
#BAA6EE (or 0xBAA6EE) is known color: Melrose. HEX triplet: BA, A6 and EE. RGB value is (186,166,238). Sum of RGB (Red+Green+Blue) = 186+166+238=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6EE is #455911. Grayscale: #B3B3B3. Windows color (decimal): -4544786 or 15640250. OLE color: 15640250.
HSL color Cylindrical-coordinate representation of color #BAA6EE: hue angle of 256.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA6EE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 166 | 238 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.07 |
| HSL | 256.67º | 0.68% | 0.79% | - |
| HSV(B) | 256.67º | 0.3% | 0.93% | - |
| XYZ | 49.32 | 43.88 | 86.76 | - |
| YUV | 180.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 238 | 0.22 | 0.30 | 0 | 0.07 | 256.67 | 0.68 | 0.79 |
| Hex | BA | A6 | EE | 16 | 1E | 0 | 7 | 101 | 44 | 4F |
| Octal | 272 | 246 | 356 | 26 | 36 | 0 | 7 | 401 | 104 | 117 |
| Binary | 10111010 | 10100110 | 11101110 | 10110 | 11110 | 0 | 111 | 100000001 | 1000100 | 1001111 |
Color Harmonies of #BAA6EE
Complementary color
Monochromatic Colors of #BAA6EE
Black with #BAA6EE
Text Example
Text Example
White with #BAA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6EE; }
p { color: rgb(186,166,238); }
H1.HeaderClassName
{
color: #BAA6EE;
}
.AnyTagClassName
{
color: #BAA6EE;
}
</style>
background-color css
<style>
a { background-color: #BAA6EE; }
a { background-color: rgb(186,166,238); }
div.DivClassName
{
background-color: #BAA6EE;
}
.BgClassName
{
background-color: #BAA6EE;
}
</style>
border-color css
<style>
span { border-color: #BAA6EE; }
span { border-color: rgb(186,166,238); }
td.TdClassName
{
border-color: #BAA6EE;
}
.TagClassName
{
border-color: #BAA6EE;
}
</style>