Shades of Melrose #BAB1E4
Tints of Melrose #BAB1E4
RGB
CMYK
RGB Variations
Color information
#BAB1E4 (or 0xBAB1E4) is known color: Melrose. HEX triplet: BA, B1 and E4. RGB value is (186,177,228). Sum of RGB (Red+Green+Blue) = 186+177+228=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAB1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1E4 is #454E1B. Grayscale: #B9B9B9. Windows color (decimal): -4541980 or 14987706. OLE color: 14987706.
HSL color Cylindrical-coordinate representation of color #BAB1E4: hue angle of 250.59º degrees, saturation: 0.49, 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 #BAB1E4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 177 | 228 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.11 |
| HSL | 250.59º | 0.49% | 0.79% | - |
| HSV(B) | 250.59º | 0.22% | 0.89% | - |
| XYZ | 49.98 | 47.48 | 79.93 | - |
| YUV | 185.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 228 | 0.18 | 0.22 | 0 | 0.11 | 250.59 | 0.49 | 0.79 |
| Hex | BA | B1 | E4 | 12 | 16 | 0 | B | FB | 31 | 4F |
| Octal | 272 | 261 | 344 | 22 | 26 | 0 | 13 | 373 | 61 | 117 |
| Binary | 10111010 | 10110001 | 11100100 | 10010 | 10110 | 0 | 1011 | 11111011 | 110001 | 1001111 |
Color Harmonies of #BAB1E4
Complementary color
Monochromatic Colors of #BAB1E4
Black with #BAB1E4
Text Example
Text Example
White with #BAB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1E4; }
p { color: rgb(186,177,228); }
H1.HeaderClassName
{
color: #BAB1E4;
}
.AnyTagClassName
{
color: #BAB1E4;
}
</style>
background-color css
<style>
a { background-color: #BAB1E4; }
a { background-color: rgb(186,177,228); }
div.DivClassName
{
background-color: #BAB1E4;
}
.BgClassName
{
background-color: #BAB1E4;
}
</style>
border-color css
<style>
span { border-color: #BAB1E4; }
span { border-color: rgb(186,177,228); }
td.TdClassName
{
border-color: #BAB1E4;
}
.TagClassName
{
border-color: #BAB1E4;
}
</style>