Shades of Melrose #BAB0F5
Tints of Melrose #BAB0F5
RGB
CMYK
RGB Variations
Color information
#BAB0F5 (or 0xBAB0F5) is known color: Melrose. HEX triplet: BA, B0 and F5. RGB value is (186,176,245). Sum of RGB (Red+Green+Blue) = 186+176+245=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0F5 is #454F0A. Grayscale: #BABABA. Windows color (decimal): -4542219 or 16101562. OLE color: 16101562.
HSL color Cylindrical-coordinate representation of color #BAB0F5: hue angle of 248.7º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB0F5 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 176 | 245 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.04 |
| HSL | 248.7º | 0.78% | 0.83% | - |
| HSV(B) | 248.7º | 0.28% | 0.96% | - |
| XYZ | 52.26 | 48.08 | 92.91 | - |
| YUV | 186.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 245 | 0.24 | 0.28 | 0 | 0.04 | 248.7 | 0.78 | 0.83 |
| Hex | BA | B0 | F5 | 18 | 1C | 0 | 4 | F9 | 4E | 53 |
| Octal | 272 | 260 | 365 | 30 | 34 | 0 | 4 | 371 | 116 | 123 |
| Binary | 10111010 | 10110000 | 11110101 | 11000 | 11100 | 0 | 100 | 11111001 | 1001110 | 1010011 |
Color Harmonies of #BAB0F5
Complementary color
Monochromatic Colors of #BAB0F5
Black with #BAB0F5
Text Example
Text Example
White with #BAB0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0F5; }
p { color: rgb(186,176,245); }
H1.HeaderClassName
{
color: #BAB0F5;
}
.AnyTagClassName
{
color: #BAB0F5;
}
</style>
background-color css
<style>
a { background-color: #BAB0F5; }
a { background-color: rgb(186,176,245); }
div.DivClassName
{
background-color: #BAB0F5;
}
.BgClassName
{
background-color: #BAB0F5;
}
</style>
border-color css
<style>
span { border-color: #BAB0F5; }
span { border-color: rgb(186,176,245); }
td.TdClassName
{
border-color: #BAB0F5;
}
.TagClassName
{
border-color: #BAB0F5;
}
</style>