Shades of Melrose #BAA3F7
Tints of Melrose #BAA3F7
RGB
CMYK
RGB Variations
Color information
#BAA3F7 (or 0xBAA3F7) is known color: Melrose. HEX triplet: BA, A3 and F7. RGB value is (186,163,247). Sum of RGB (Red+Green+Blue) = 186+163+247=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAA3F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3F7 is #455C08. Grayscale: #B3B3B3. Windows color (decimal): -4545545 or 16229306. OLE color: 16229306.
HSL color Cylindrical-coordinate representation of color #BAA3F7: hue angle of 256.43º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA3F7 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 163 | 247 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.03 |
| HSL | 256.43º | 0.84% | 0.8% | - |
| HSV(B) | 256.43º | 0.34% | 0.97% | - |
| XYZ | 50.14 | 43.35 | 93.72 | - |
| YUV | 179.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 247 | 0.25 | 0.34 | 0 | 0.03 | 256.43 | 0.84 | 0.8 |
| Hex | BA | A3 | F7 | 19 | 22 | 0 | 3 | 100 | 54 | 50 |
| Octal | 272 | 243 | 367 | 31 | 42 | 0 | 3 | 400 | 124 | 120 |
| Binary | 10111010 | 10100011 | 11110111 | 11001 | 100010 | 0 | 11 | 100000000 | 1010100 | 1010000 |
Color Harmonies of #BAA3F7
Complementary color
Monochromatic Colors of #BAA3F7
Black with #BAA3F7
Text Example
Text Example
White with #BAA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3F7; }
p { color: rgb(186,163,247); }
H1.HeaderClassName
{
color: #BAA3F7;
}
.AnyTagClassName
{
color: #BAA3F7;
}
</style>
background-color css
<style>
a { background-color: #BAA3F7; }
a { background-color: rgb(186,163,247); }
div.DivClassName
{
background-color: #BAA3F7;
}
.BgClassName
{
background-color: #BAA3F7;
}
</style>
border-color css
<style>
span { border-color: #BAA3F7; }
span { border-color: rgb(186,163,247); }
td.TdClassName
{
border-color: #BAA3F7;
}
.TagClassName
{
border-color: #BAA3F7;
}
</style>