Shades of Melrose #BAA3F9
Tints of Melrose #BAA3F9
RGB
CMYK
RGB Variations
Color information
#BAA3F9 (or 0xBAA3F9) is known color: Melrose. HEX triplet: BA, A3 and F9. RGB value is (186,163,249). Sum of RGB (Red+Green+Blue) = 186+163+249=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA3F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3F9 is #455C06. Grayscale: #B3B3B3. Windows color (decimal): -4545543 or 16360378. OLE color: 16360378.
HSL color Cylindrical-coordinate representation of color #BAA3F9: hue angle of 256.05º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA3F9 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 163 | 249 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.02 |
| HSL | 256.05º | 0.88% | 0.81% | - |
| HSV(B) | 256.05º | 0.35% | 0.98% | - |
| XYZ | 50.45 | 43.47 | 95.35 | - |
| YUV | 179.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 249 | 0.25 | 0.35 | 0 | 0.02 | 256.05 | 0.88 | 0.81 |
| Hex | BA | A3 | F9 | 19 | 23 | 0 | 2 | 100 | 58 | 51 |
| Octal | 272 | 243 | 371 | 31 | 43 | 0 | 2 | 400 | 130 | 121 |
| Binary | 10111010 | 10100011 | 11111001 | 11001 | 100011 | 0 | 10 | 100000000 | 1011000 | 1010001 |
Color Harmonies of #BAA3F9
Complementary color
Monochromatic Colors of #BAA3F9
Black with #BAA3F9
Text Example
Text Example
White with #BAA3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3F9; }
p { color: rgb(186,163,249); }
H1.HeaderClassName
{
color: #BAA3F9;
}
.AnyTagClassName
{
color: #BAA3F9;
}
</style>
background-color css
<style>
a { background-color: #BAA3F9; }
a { background-color: rgb(186,163,249); }
div.DivClassName
{
background-color: #BAA3F9;
}
.BgClassName
{
background-color: #BAA3F9;
}
</style>
border-color css
<style>
span { border-color: #BAA3F9; }
span { border-color: rgb(186,163,249); }
td.TdClassName
{
border-color: #BAA3F9;
}
.TagClassName
{
border-color: #BAA3F9;
}
</style>