Shades of Melrose #BAA9EA
Tints of Melrose #BAA9EA
RGB
CMYK
RGB Variations
Color information
#BAA9EA (or 0xBAA9EA) is known color: Melrose. HEX triplet: BA, A9 and EA. RGB value is (186,169,234). Sum of RGB (Red+Green+Blue) = 186+169+234=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9EA is #455615. Grayscale: #B5B5B5. Windows color (decimal): -4544022 or 15378874. OLE color: 15378874.
HSL color Cylindrical-coordinate representation of color #BAA9EA: hue angle of 255.69º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA9EA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 169 | 234 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.08 |
| HSL | 255.69º | 0.61% | 0.79% | - |
| HSV(B) | 255.69º | 0.28% | 0.92% | - |
| XYZ | 49.29 | 44.76 | 83.88 | - |
| YUV | 181.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 234 | 0.21 | 0.28 | 0 | 0.08 | 255.69 | 0.61 | 0.79 |
| Hex | BA | A9 | EA | 15 | 1C | 0 | 8 | 100 | 3D | 4F |
| Octal | 272 | 251 | 352 | 25 | 34 | 0 | 10 | 400 | 75 | 117 |
| Binary | 10111010 | 10101001 | 11101010 | 10101 | 11100 | 0 | 1000 | 100000000 | 111101 | 1001111 |
Color Harmonies of #BAA9EA
Complementary color
Monochromatic Colors of #BAA9EA
Black with #BAA9EA
Text Example
Text Example
White with #BAA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9EA; }
p { color: rgb(186,169,234); }
H1.HeaderClassName
{
color: #BAA9EA;
}
.AnyTagClassName
{
color: #BAA9EA;
}
</style>
background-color css
<style>
a { background-color: #BAA9EA; }
a { background-color: rgb(186,169,234); }
div.DivClassName
{
background-color: #BAA9EA;
}
.BgClassName
{
background-color: #BAA9EA;
}
</style>
border-color css
<style>
span { border-color: #BAA9EA; }
span { border-color: rgb(186,169,234); }
td.TdClassName
{
border-color: #BAA9EA;
}
.TagClassName
{
border-color: #BAA9EA;
}
</style>