Shades of Melrose #BAB3EA
Tints of Melrose #BAB3EA
RGB
CMYK
RGB Variations
Color information
#BAB3EA (or 0xBAB3EA) is known color: Melrose. HEX triplet: BA, B3 and EA. RGB value is (186,179,234). Sum of RGB (Red+Green+Blue) = 186+179+234=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3EA is #454C15. Grayscale: #BBBBBB. Windows color (decimal): -4541462 or 15381434. OLE color: 15381434.
HSL color Cylindrical-coordinate representation of color #BAB3EA: hue angle of 247.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB3EA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 179 | 234 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.08 |
| HSL | 247.64º | 0.57% | 0.81% | - |
| HSV(B) | 247.64º | 0.24% | 0.92% | - |
| XYZ | 51.22 | 48.62 | 84.53 | - |
| YUV | 187.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 234 | 0.21 | 0.24 | 0 | 0.08 | 247.64 | 0.57 | 0.81 |
| Hex | BA | B3 | EA | 15 | 18 | 0 | 8 | F8 | 39 | 51 |
| Octal | 272 | 263 | 352 | 25 | 30 | 0 | 10 | 370 | 71 | 121 |
| Binary | 10111010 | 10110011 | 11101010 | 10101 | 11000 | 0 | 1000 | 11111000 | 111001 | 1010001 |
Color Harmonies of #BAB3EA
Complementary color
Monochromatic Colors of #BAB3EA
Black with #BAB3EA
Text Example
Text Example
White with #BAB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3EA; }
p { color: rgb(186,179,234); }
H1.HeaderClassName
{
color: #BAB3EA;
}
.AnyTagClassName
{
color: #BAB3EA;
}
</style>
background-color css
<style>
a { background-color: #BAB3EA; }
a { background-color: rgb(186,179,234); }
div.DivClassName
{
background-color: #BAB3EA;
}
.BgClassName
{
background-color: #BAB3EA;
}
</style>
border-color css
<style>
span { border-color: #BAB3EA; }
span { border-color: rgb(186,179,234); }
td.TdClassName
{
border-color: #BAB3EA;
}
.TagClassName
{
border-color: #BAB3EA;
}
</style>