Shades of Melrose #BAB0F2
Tints of Melrose #BAB0F2
RGB
CMYK
RGB Variations
Color information
#BAB0F2 (or 0xBAB0F2) is known color: Melrose. HEX triplet: BA, B0 and F2. RGB value is (186,176,242). Sum of RGB (Red+Green+Blue) = 186+176+242=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0F2 is #454F0D. Grayscale: #BABABA. Windows color (decimal): -4542222 or 15904954. OLE color: 15904954.
HSL color Cylindrical-coordinate representation of color #BAB0F2: hue angle of 249.09º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB0F2 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 176 | 242 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.05 |
| HSL | 249.09º | 0.72% | 0.82% | - |
| HSV(B) | 249.09º | 0.27% | 0.95% | - |
| XYZ | 51.8 | 47.9 | 90.52 | - |
| YUV | 186.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 242 | 0.23 | 0.27 | 0 | 0.05 | 249.09 | 0.72 | 0.82 |
| Hex | BA | B0 | F2 | 17 | 1B | 0 | 5 | F9 | 48 | 52 |
| Octal | 272 | 260 | 362 | 27 | 33 | 0 | 5 | 371 | 110 | 122 |
| Binary | 10111010 | 10110000 | 11110010 | 10111 | 11011 | 0 | 101 | 11111001 | 1001000 | 1010010 |
Color Harmonies of #BAB0F2
Complementary color
Monochromatic Colors of #BAB0F2
Black with #BAB0F2
Text Example
Text Example
White with #BAB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0F2; }
p { color: rgb(186,176,242); }
H1.HeaderClassName
{
color: #BAB0F2;
}
.AnyTagClassName
{
color: #BAB0F2;
}
</style>
background-color css
<style>
a { background-color: #BAB0F2; }
a { background-color: rgb(186,176,242); }
div.DivClassName
{
background-color: #BAB0F2;
}
.BgClassName
{
background-color: #BAB0F2;
}
</style>
border-color css
<style>
span { border-color: #BAB0F2; }
span { border-color: rgb(186,176,242); }
td.TdClassName
{
border-color: #BAB0F2;
}
.TagClassName
{
border-color: #BAB0F2;
}
</style>