Shades of Melrose #BAB0E3
Tints of Melrose #BAB0E3
RGB
CMYK
RGB Variations
Color information
#BAB0E3 (or 0xBAB0E3) is known color: Melrose. HEX triplet: BA, B0 and E3. RGB value is (186,176,227). Sum of RGB (Red+Green+Blue) = 186+176+227=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAB0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0E3 is #454F1C. Grayscale: #B8B8B8. Windows color (decimal): -4542237 or 14921914. OLE color: 14921914.
HSL color Cylindrical-coordinate representation of color #BAB0E3: hue angle of 251.76º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB0E3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 176 | 227 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.11 |
| HSL | 251.76º | 0.48% | 0.79% | - |
| HSV(B) | 251.76º | 0.22% | 0.89% | - |
| XYZ | 49.64 | 47.04 | 79.14 | - |
| YUV | 184.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 227 | 0.18 | 0.22 | 0 | 0.11 | 251.76 | 0.48 | 0.79 |
| Hex | BA | B0 | E3 | 12 | 16 | 0 | B | FC | 30 | 4F |
| Octal | 272 | 260 | 343 | 22 | 26 | 0 | 13 | 374 | 60 | 117 |
| Binary | 10111010 | 10110000 | 11100011 | 10010 | 10110 | 0 | 1011 | 11111100 | 110000 | 1001111 |
Color Harmonies of #BAB0E3
Complementary color
Monochromatic Colors of #BAB0E3
Black with #BAB0E3
Text Example
Text Example
White with #BAB0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0E3; }
p { color: rgb(186,176,227); }
H1.HeaderClassName
{
color: #BAB0E3;
}
.AnyTagClassName
{
color: #BAB0E3;
}
</style>
background-color css
<style>
a { background-color: #BAB0E3; }
a { background-color: rgb(186,176,227); }
div.DivClassName
{
background-color: #BAB0E3;
}
.BgClassName
{
background-color: #BAB0E3;
}
</style>
border-color css
<style>
span { border-color: #BAB0E3; }
span { border-color: rgb(186,176,227); }
td.TdClassName
{
border-color: #BAB0E3;
}
.TagClassName
{
border-color: #BAB0E3;
}
</style>