Shades of Melrose #BAB0F4
Tints of Melrose #BAB0F4
RGB
CMYK
RGB Variations
Color information
#BAB0F4 (or 0xBAB0F4) is known color: Melrose. HEX triplet: BA, B0 and F4. RGB value is (186,176,244). Sum of RGB (Red+Green+Blue) = 186+176+244=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAB0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0F4 is #454F0B. Grayscale: #BABABA. Windows color (decimal): -4542220 or 16036026. OLE color: 16036026.
HSL color Cylindrical-coordinate representation of color #BAB0F4: hue angle of 248.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB0F4 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 176 | 244 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.04 |
| HSL | 248.82º | 0.76% | 0.82% | - |
| HSV(B) | 248.82º | 0.28% | 0.96% | - |
| XYZ | 52.1 | 48.02 | 92.11 | - |
| YUV | 186.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 244 | 0.24 | 0.28 | 0 | 0.04 | 248.82 | 0.76 | 0.82 |
| Hex | BA | B0 | F4 | 18 | 1C | 0 | 4 | F9 | 4C | 52 |
| Octal | 272 | 260 | 364 | 30 | 34 | 0 | 4 | 371 | 114 | 122 |
| Binary | 10111010 | 10110000 | 11110100 | 11000 | 11100 | 0 | 100 | 11111001 | 1001100 | 1010010 |
Color Harmonies of #BAB0F4
Complementary color
Monochromatic Colors of #BAB0F4
Black with #BAB0F4
Text Example
Text Example
White with #BAB0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0F4; }
p { color: rgb(186,176,244); }
H1.HeaderClassName
{
color: #BAB0F4;
}
.AnyTagClassName
{
color: #BAB0F4;
}
</style>
background-color css
<style>
a { background-color: #BAB0F4; }
a { background-color: rgb(186,176,244); }
div.DivClassName
{
background-color: #BAB0F4;
}
.BgClassName
{
background-color: #BAB0F4;
}
</style>
border-color css
<style>
span { border-color: #BAB0F4; }
span { border-color: rgb(186,176,244); }
td.TdClassName
{
border-color: #BAB0F4;
}
.TagClassName
{
border-color: #BAB0F4;
}
</style>