Shades of Melrose #BAA8EC
Tints of Melrose #BAA8EC
RGB
CMYK
RGB Variations
Color information
#BAA8EC (or 0xBAA8EC) is known color: Melrose. HEX triplet: BA, A8 and EC. RGB value is (186,168,236). Sum of RGB (Red+Green+Blue) = 186+168+236=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8EC is #455713. Grayscale: #B4B4B4. Windows color (decimal): -4544276 or 15509690. OLE color: 15509690.
HSL color Cylindrical-coordinate representation of color #BAA8EC: hue angle of 255.88º 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 #BAA8EC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 168 | 236 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.07 |
| HSL | 255.88º | 0.64% | 0.79% | - |
| HSV(B) | 255.88º | 0.29% | 0.93% | - |
| XYZ | 49.39 | 44.5 | 85.34 | - |
| YUV | 181.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 236 | 0.21 | 0.29 | 0 | 0.07 | 255.88 | 0.64 | 0.79 |
| Hex | BA | A8 | EC | 15 | 1D | 0 | 7 | 100 | 40 | 4F |
| Octal | 272 | 250 | 354 | 25 | 35 | 0 | 7 | 400 | 100 | 117 |
| Binary | 10111010 | 10101000 | 11101100 | 10101 | 11101 | 0 | 111 | 100000000 | 1000000 | 1001111 |
Color Harmonies of #BAA8EC
Complementary color
Monochromatic Colors of #BAA8EC
Black with #BAA8EC
Text Example
Text Example
White with #BAA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8EC; }
p { color: rgb(186,168,236); }
H1.HeaderClassName
{
color: #BAA8EC;
}
.AnyTagClassName
{
color: #BAA8EC;
}
</style>
background-color css
<style>
a { background-color: #BAA8EC; }
a { background-color: rgb(186,168,236); }
div.DivClassName
{
background-color: #BAA8EC;
}
.BgClassName
{
background-color: #BAA8EC;
}
</style>
border-color css
<style>
span { border-color: #BAA8EC; }
span { border-color: rgb(186,168,236); }
td.TdClassName
{
border-color: #BAA8EC;
}
.TagClassName
{
border-color: #BAA8EC;
}
</style>