Shades of Melrose #BAB0E5
Tints of Melrose #BAB0E5
RGB
CMYK
RGB Variations
Color information
#BAB0E5 (or 0xBAB0E5) is known color: Melrose. HEX triplet: BA, B0 and E5. RGB value is (186,176,229). Sum of RGB (Red+Green+Blue) = 186+176+229=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAB0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0E5 is #454F1A. Grayscale: #B8B8B8. Windows color (decimal): -4542235 or 15052986. OLE color: 15052986.
HSL color Cylindrical-coordinate representation of color #BAB0E5: hue angle of 251.32º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB0E5 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 176 | 229 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.10 |
| HSL | 251.32º | 0.5% | 0.79% | - |
| HSV(B) | 251.32º | 0.23% | 0.9% | - |
| XYZ | 49.92 | 47.15 | 80.6 | - |
| YUV | 185.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 229 | 0.19 | 0.23 | 0 | 0.10 | 251.32 | 0.5 | 0.79 |
| Hex | BA | B0 | E5 | 13 | 17 | 0 | A | FB | 32 | 4F |
| Octal | 272 | 260 | 345 | 23 | 27 | 0 | 12 | 373 | 62 | 117 |
| Binary | 10111010 | 10110000 | 11100101 | 10011 | 10111 | 0 | 1010 | 11111011 | 110010 | 1001111 |
Color Harmonies of #BAB0E5
Complementary color
Monochromatic Colors of #BAB0E5
Black with #BAB0E5
Text Example
Text Example
White with #BAB0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0E5; }
p { color: rgb(186,176,229); }
H1.HeaderClassName
{
color: #BAB0E5;
}
.AnyTagClassName
{
color: #BAB0E5;
}
</style>
background-color css
<style>
a { background-color: #BAB0E5; }
a { background-color: rgb(186,176,229); }
div.DivClassName
{
background-color: #BAB0E5;
}
.BgClassName
{
background-color: #BAB0E5;
}
</style>
border-color css
<style>
span { border-color: #BAB0E5; }
span { border-color: rgb(186,176,229); }
td.TdClassName
{
border-color: #BAB0E5;
}
.TagClassName
{
border-color: #BAB0E5;
}
</style>