Shades of Melrose #BAA6F5
Tints of Melrose #BAA6F5
RGB
CMYK
RGB Variations
Color information
#BAA6F5 (or 0xBAA6F5) is known color: Melrose. HEX triplet: BA, A6 and F5. RGB value is (186,166,245). Sum of RGB (Red+Green+Blue) = 186+166+245=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAA6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F5 is #45590A. Grayscale: #B4B4B4. Windows color (decimal): -4544779 or 16099002. OLE color: 16099002.
HSL color Cylindrical-coordinate representation of color #BAA6F5: hue angle of 255.19º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA6F5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 166 | 245 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.04 |
| HSL | 255.19º | 0.8% | 0.81% | - |
| HSV(B) | 255.19º | 0.32% | 0.96% | - |
| XYZ | 50.37 | 44.3 | 92.28 | - |
| YUV | 180.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 245 | 0.24 | 0.32 | 0 | 0.04 | 255.19 | 0.8 | 0.81 |
| Hex | BA | A6 | F5 | 18 | 20 | 0 | 4 | FF | 50 | 51 |
| Octal | 272 | 246 | 365 | 30 | 40 | 0 | 4 | 377 | 120 | 121 |
| Binary | 10111010 | 10100110 | 11110101 | 11000 | 100000 | 0 | 100 | 11111111 | 1010000 | 1010001 |
Color Harmonies of #BAA6F5
Complementary color
Monochromatic Colors of #BAA6F5
Black with #BAA6F5
Text Example
Text Example
White with #BAA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA6F5; }
p { color: rgb(186,166,245); }
H1.HeaderClassName
{
color: #BAA6F5;
}
.AnyTagClassName
{
color: #BAA6F5;
}
</style>
background-color css
<style>
a { background-color: #BAA6F5; }
a { background-color: rgb(186,166,245); }
div.DivClassName
{
background-color: #BAA6F5;
}
.BgClassName
{
background-color: #BAA6F5;
}
</style>
border-color css
<style>
span { border-color: #BAA6F5; }
span { border-color: rgb(186,166,245); }
td.TdClassName
{
border-color: #BAA6F5;
}
.TagClassName
{
border-color: #BAA6F5;
}
</style>