Shades of Melrose #BAB0EA
Tints of Melrose #BAB0EA
RGB
CMYK
RGB Variations
Color information
#BAB0EA (or 0xBAB0EA) is known color: Melrose. HEX triplet: BA, B0 and EA. RGB value is (186,176,234). Sum of RGB (Red+Green+Blue) = 186+176+234=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0EA is #454F15. Grayscale: #B9B9B9. Windows color (decimal): -4542230 or 15380666. OLE color: 15380666.
HSL color Cylindrical-coordinate representation of color #BAB0EA: hue angle of 250.34º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB0EA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 176 | 234 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.08 |
| HSL | 250.34º | 0.58% | 0.8% | - |
| HSV(B) | 250.34º | 0.25% | 0.92% | - |
| XYZ | 50.63 | 47.43 | 84.33 | - |
| YUV | 185.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 234 | 0.21 | 0.25 | 0 | 0.08 | 250.34 | 0.58 | 0.8 |
| Hex | BA | B0 | EA | 15 | 19 | 0 | 8 | FA | 3A | 50 |
| Octal | 272 | 260 | 352 | 25 | 31 | 0 | 10 | 372 | 72 | 120 |
| Binary | 10111010 | 10110000 | 11101010 | 10101 | 11001 | 0 | 1000 | 11111010 | 111010 | 1010000 |
Color Harmonies of #BAB0EA
Complementary color
Monochromatic Colors of #BAB0EA
Black with #BAB0EA
Text Example
Text Example
White with #BAB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0EA; }
p { color: rgb(186,176,234); }
H1.HeaderClassName
{
color: #BAB0EA;
}
.AnyTagClassName
{
color: #BAB0EA;
}
</style>
background-color css
<style>
a { background-color: #BAB0EA; }
a { background-color: rgb(186,176,234); }
div.DivClassName
{
background-color: #BAB0EA;
}
.BgClassName
{
background-color: #BAB0EA;
}
</style>
border-color css
<style>
span { border-color: #BAB0EA; }
span { border-color: rgb(186,176,234); }
td.TdClassName
{
border-color: #BAB0EA;
}
.TagClassName
{
border-color: #BAB0EA;
}
</style>