Shades of Melrose #BAA8F9
Tints of Melrose #BAA8F9
RGB
CMYK
RGB Variations
Color information
#BAA8F9 (or 0xBAA8F9) is known color: Melrose. HEX triplet: BA, A8 and F9. RGB value is (186,168,249). Sum of RGB (Red+Green+Blue) = 186+168+249=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8F9 is #455706. Grayscale: #B6B6B6. Windows color (decimal): -4544263 or 16361658. OLE color: 16361658.
HSL color Cylindrical-coordinate representation of color #BAA8F9: hue angle of 253.33º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA8F9 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 168 | 249 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.02 |
| HSL | 253.33º | 0.87% | 0.82% | - |
| HSV(B) | 253.33º | 0.33% | 0.98% | - |
| XYZ | 51.35 | 45.28 | 95.66 | - |
| YUV | 182.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 249 | 0.25 | 0.33 | 0 | 0.02 | 253.33 | 0.87 | 0.82 |
| Hex | BA | A8 | F9 | 19 | 21 | 0 | 2 | FD | 57 | 52 |
| Octal | 272 | 250 | 371 | 31 | 41 | 0 | 2 | 375 | 127 | 122 |
| Binary | 10111010 | 10101000 | 11111001 | 11001 | 100001 | 0 | 10 | 11111101 | 1010111 | 1010010 |
Color Harmonies of #BAA8F9
Complementary color
Monochromatic Colors of #BAA8F9
Black with #BAA8F9
Text Example
Text Example
White with #BAA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8F9; }
p { color: rgb(186,168,249); }
H1.HeaderClassName
{
color: #BAA8F9;
}
.AnyTagClassName
{
color: #BAA8F9;
}
</style>
background-color css
<style>
a { background-color: #BAA8F9; }
a { background-color: rgb(186,168,249); }
div.DivClassName
{
background-color: #BAA8F9;
}
.BgClassName
{
background-color: #BAA8F9;
}
</style>
border-color css
<style>
span { border-color: #BAA8F9; }
span { border-color: rgb(186,168,249); }
td.TdClassName
{
border-color: #BAA8F9;
}
.TagClassName
{
border-color: #BAA8F9;
}
</style>