Shades of Melrose #BAB3E9
Tints of Melrose #BAB3E9
RGB
CMYK
RGB Variations
Color information
#BAB3E9 (or 0xBAB3E9) is known color: Melrose. HEX triplet: BA, B3 and E9. RGB value is (186,179,233). Sum of RGB (Red+Green+Blue) = 186+179+233=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3E9 is #454C16. Grayscale: #BBBBBB. Windows color (decimal): -4541463 or 15315898. OLE color: 15315898.
HSL color Cylindrical-coordinate representation of color #BAB3E9: hue angle of 247.78º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB3E9 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 179 | 233 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.09 |
| HSL | 247.78º | 0.55% | 0.81% | - |
| HSV(B) | 247.78º | 0.23% | 0.91% | - |
| XYZ | 51.08 | 48.56 | 83.77 | - |
| YUV | 187.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 233 | 0.20 | 0.23 | 0 | 0.09 | 247.78 | 0.55 | 0.81 |
| Hex | BA | B3 | E9 | 14 | 17 | 0 | 9 | F8 | 37 | 51 |
| Octal | 272 | 263 | 351 | 24 | 27 | 0 | 11 | 370 | 67 | 121 |
| Binary | 10111010 | 10110011 | 11101001 | 10100 | 10111 | 0 | 1001 | 11111000 | 110111 | 1010001 |
Color Harmonies of #BAB3E9
Complementary color
Monochromatic Colors of #BAB3E9
Black with #BAB3E9
Text Example
Text Example
White with #BAB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3E9; }
p { color: rgb(186,179,233); }
H1.HeaderClassName
{
color: #BAB3E9;
}
.AnyTagClassName
{
color: #BAB3E9;
}
</style>
background-color css
<style>
a { background-color: #BAB3E9; }
a { background-color: rgb(186,179,233); }
div.DivClassName
{
background-color: #BAB3E9;
}
.BgClassName
{
background-color: #BAB3E9;
}
</style>
border-color css
<style>
span { border-color: #BAB3E9; }
span { border-color: rgb(186,179,233); }
td.TdClassName
{
border-color: #BAB3E9;
}
.TagClassName
{
border-color: #BAB3E9;
}
</style>