Shades of Melrose #BAA9F9
Tints of Melrose #BAA9F9
RGB
CMYK
RGB Variations
Color information
#BAA9F9 (or 0xBAA9F9) is known color: Melrose. HEX triplet: BA, A9 and F9. RGB value is (186,169,249). Sum of RGB (Red+Green+Blue) = 186+169+249=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9F9 is #455606. Grayscale: #B6B6B6. Windows color (decimal): -4544007 or 16361914. OLE color: 16361914.
HSL color Cylindrical-coordinate representation of color #BAA9F9: hue angle of 252.75º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA9F9 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 169 | 249 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.02 |
| HSL | 252.75º | 0.87% | 0.82% | - |
| HSV(B) | 252.75º | 0.32% | 0.98% | - |
| XYZ | 51.54 | 45.65 | 95.72 | - |
| YUV | 183.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 249 | 0.25 | 0.32 | 0 | 0.02 | 252.75 | 0.87 | 0.82 |
| Hex | BA | A9 | F9 | 19 | 20 | 0 | 2 | FD | 57 | 52 |
| Octal | 272 | 251 | 371 | 31 | 40 | 0 | 2 | 375 | 127 | 122 |
| Binary | 10111010 | 10101001 | 11111001 | 11001 | 100000 | 0 | 10 | 11111101 | 1010111 | 1010010 |
Color Harmonies of #BAA9F9
Complementary color
Monochromatic Colors of #BAA9F9
Black with #BAA9F9
Text Example
Text Example
White with #BAA9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9F9; }
p { color: rgb(186,169,249); }
H1.HeaderClassName
{
color: #BAA9F9;
}
.AnyTagClassName
{
color: #BAA9F9;
}
</style>
background-color css
<style>
a { background-color: #BAA9F9; }
a { background-color: rgb(186,169,249); }
div.DivClassName
{
background-color: #BAA9F9;
}
.BgClassName
{
background-color: #BAA9F9;
}
</style>
border-color css
<style>
span { border-color: #BAA9F9; }
span { border-color: rgb(186,169,249); }
td.TdClassName
{
border-color: #BAA9F9;
}
.TagClassName
{
border-color: #BAA9F9;
}
</style>