Shades of Melrose #BAABF1
Tints of Melrose #BAABF1
RGB
CMYK
RGB Variations
Color information
#BAABF1 (or 0xBAABF1) is known color: Melrose. HEX triplet: BA, AB and F1. RGB value is (186,171,241). Sum of RGB (Red+Green+Blue) = 186+171+241=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABF1 is #45540E. Grayscale: #B7B7B7. Windows color (decimal): -4543503 or 15838138. OLE color: 15838138.
HSL color Cylindrical-coordinate representation of color #BAABF1: hue angle of 252.86º degrees, saturation: 0.71, 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 #BAABF1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 171 | 241 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 252.86º | 0.71% | 0.81% | - |
| HSV(B) | 252.86º | 0.29% | 0.95% | - |
| XYZ | 50.69 | 45.92 | 89.41 | - |
| YUV | 183.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 241 | 0.23 | 0.29 | 0 | 0.05 | 252.86 | 0.71 | 0.81 |
| Hex | BA | AB | F1 | 17 | 1D | 0 | 5 | FD | 47 | 51 |
| Octal | 272 | 253 | 361 | 27 | 35 | 0 | 5 | 375 | 107 | 121 |
| Binary | 10111010 | 10101011 | 11110001 | 10111 | 11101 | 0 | 101 | 11111101 | 1000111 | 1010001 |
Color Harmonies of #BAABF1
Complementary color
Monochromatic Colors of #BAABF1
Black with #BAABF1
Text Example
Text Example
White with #BAABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABF1; }
p { color: rgb(186,171,241); }
H1.HeaderClassName
{
color: #BAABF1;
}
.AnyTagClassName
{
color: #BAABF1;
}
</style>
background-color css
<style>
a { background-color: #BAABF1; }
a { background-color: rgb(186,171,241); }
div.DivClassName
{
background-color: #BAABF1;
}
.BgClassName
{
background-color: #BAABF1;
}
</style>
border-color css
<style>
span { border-color: #BAABF1; }
span { border-color: rgb(186,171,241); }
td.TdClassName
{
border-color: #BAABF1;
}
.TagClassName
{
border-color: #BAABF1;
}
</style>