Shades of Melrose #BAAAF1
Tints of Melrose #BAAAF1
RGB
CMYK
RGB Variations
Color information
#BAAAF1 (or 0xBAAAF1) is known color: Melrose. HEX triplet: BA, AA and F1. RGB value is (186,170,241). Sum of RGB (Red+Green+Blue) = 186+170+241=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF1 is #45550E. Grayscale: #B6B6B6. Windows color (decimal): -4543759 or 15837882. OLE color: 15837882.
HSL color Cylindrical-coordinate representation of color #BAAAF1: hue angle of 253.52º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAAF1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 170 | 241 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 253.52º | 0.72% | 0.81% | - |
| HSV(B) | 253.52º | 0.29% | 0.95% | - |
| XYZ | 50.5 | 45.54 | 89.35 | - |
| YUV | 182.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 241 | 0.23 | 0.29 | 0 | 0.05 | 253.52 | 0.72 | 0.81 |
| Hex | BA | AA | F1 | 17 | 1D | 0 | 5 | FE | 48 | 51 |
| Octal | 272 | 252 | 361 | 27 | 35 | 0 | 5 | 376 | 110 | 121 |
| Binary | 10111010 | 10101010 | 11110001 | 10111 | 11101 | 0 | 101 | 11111110 | 1001000 | 1010001 |
Color Harmonies of #BAAAF1
Complementary color
Monochromatic Colors of #BAAAF1
Black with #BAAAF1
Text Example
Text Example
White with #BAAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAF1; }
p { color: rgb(186,170,241); }
H1.HeaderClassName
{
color: #BAAAF1;
}
.AnyTagClassName
{
color: #BAAAF1;
}
</style>
background-color css
<style>
a { background-color: #BAAAF1; }
a { background-color: rgb(186,170,241); }
div.DivClassName
{
background-color: #BAAAF1;
}
.BgClassName
{
background-color: #BAAAF1;
}
</style>
border-color css
<style>
span { border-color: #BAAAF1; }
span { border-color: rgb(186,170,241); }
td.TdClassName
{
border-color: #BAAAF1;
}
.TagClassName
{
border-color: #BAAAF1;
}
</style>