Shades of Melrose #BAA7EC
Tints of Melrose #BAA7EC
RGB
CMYK
RGB Variations
Color information
#BAA7EC (or 0xBAA7EC) is known color: Melrose. HEX triplet: BA, A7 and EC. RGB value is (186,167,236). Sum of RGB (Red+Green+Blue) = 186+167+236=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7EC is #455813. Grayscale: #B4B4B4. Windows color (decimal): -4544532 or 15509434. OLE color: 15509434.
HSL color Cylindrical-coordinate representation of color #BAA7EC: hue angle of 256.52º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA7EC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 167 | 236 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.07 |
| HSL | 256.52º | 0.64% | 0.79% | - |
| HSV(B) | 256.52º | 0.29% | 0.93% | - |
| XYZ | 49.21 | 44.13 | 85.28 | - |
| YUV | 180.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 236 | 0.21 | 0.29 | 0 | 0.07 | 256.52 | 0.64 | 0.79 |
| Hex | BA | A7 | EC | 15 | 1D | 0 | 7 | 101 | 40 | 4F |
| Octal | 272 | 247 | 354 | 25 | 35 | 0 | 7 | 401 | 100 | 117 |
| Binary | 10111010 | 10100111 | 11101100 | 10101 | 11101 | 0 | 111 | 100000001 | 1000000 | 1001111 |
Color Harmonies of #BAA7EC
Complementary color
Monochromatic Colors of #BAA7EC
Black with #BAA7EC
Text Example
Text Example
White with #BAA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7EC; }
p { color: rgb(186,167,236); }
H1.HeaderClassName
{
color: #BAA7EC;
}
.AnyTagClassName
{
color: #BAA7EC;
}
</style>
background-color css
<style>
a { background-color: #BAA7EC; }
a { background-color: rgb(186,167,236); }
div.DivClassName
{
background-color: #BAA7EC;
}
.BgClassName
{
background-color: #BAA7EC;
}
</style>
border-color css
<style>
span { border-color: #BAA7EC; }
span { border-color: rgb(186,167,236); }
td.TdClassName
{
border-color: #BAA7EC;
}
.TagClassName
{
border-color: #BAA7EC;
}
</style>