Shades of Melrose #BAABF6
Tints of Melrose #BAABF6
RGB
CMYK
RGB Variations
Color information
#BAABF6 (or 0xBAABF6) is known color: Melrose. HEX triplet: BA, AB and F6. RGB value is (186,171,246). Sum of RGB (Red+Green+Blue) = 186+171+246=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABF6 is #455409. Grayscale: #B7B7B7. Windows color (decimal): -4543498 or 16165818. OLE color: 16165818.
HSL color Cylindrical-coordinate representation of color #BAABF6: hue angle of 252º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAABF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 171 | 246 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.04 |
| HSL | 252º | 0.81% | 0.82% | - |
| HSV(B) | 252º | 0.3% | 0.96% | - |
| XYZ | 51.45 | 46.22 | 93.4 | - |
| YUV | 184.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 246 | 0.24 | 0.30 | 0 | 0.04 | 252 | 0.81 | 0.82 |
| Hex | BA | AB | F6 | 18 | 1E | 0 | 4 | FC | 51 | 52 |
| Octal | 272 | 253 | 366 | 30 | 36 | 0 | 4 | 374 | 121 | 122 |
| Binary | 10111010 | 10101011 | 11110110 | 11000 | 11110 | 0 | 100 | 11111100 | 1010001 | 1010010 |
Color Harmonies of #BAABF6
Complementary color
Monochromatic Colors of #BAABF6
Black with #BAABF6
Text Example
Text Example
White with #BAABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABF6; }
p { color: rgb(186,171,246); }
H1.HeaderClassName
{
color: #BAABF6;
}
.AnyTagClassName
{
color: #BAABF6;
}
</style>
background-color css
<style>
a { background-color: #BAABF6; }
a { background-color: rgb(186,171,246); }
div.DivClassName
{
background-color: #BAABF6;
}
.BgClassName
{
background-color: #BAABF6;
}
</style>
border-color css
<style>
span { border-color: #BAABF6; }
span { border-color: rgb(186,171,246); }
td.TdClassName
{
border-color: #BAABF6;
}
.TagClassName
{
border-color: #BAABF6;
}
</style>