Shades of Melrose #BAB2F5
Tints of Melrose #BAB2F5
RGB
CMYK
RGB Variations
Color information
#BAB2F5 (or 0xBAB2F5) is known color: Melrose. HEX triplet: BA, B2 and F5. RGB value is (186,178,245). Sum of RGB (Red+Green+Blue) = 186+178+245=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAB2F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2F5 is #454D0A. Grayscale: #BBBBBB. Windows color (decimal): -4541707 or 16102074. OLE color: 16102074.
HSL color Cylindrical-coordinate representation of color #BAB2F5: hue angle of 247.16º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAB2F5 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 178 | 245 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.04 |
| HSL | 247.16º | 0.77% | 0.83% | - |
| HSV(B) | 247.16º | 0.27% | 0.96% | - |
| XYZ | 52.65 | 48.87 | 93.04 | - |
| YUV | 188.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 245 | 0.24 | 0.27 | 0 | 0.04 | 247.16 | 0.77 | 0.83 |
| Hex | BA | B2 | F5 | 18 | 1B | 0 | 4 | F7 | 4D | 53 |
| Octal | 272 | 262 | 365 | 30 | 33 | 0 | 4 | 367 | 115 | 123 |
| Binary | 10111010 | 10110010 | 11110101 | 11000 | 11011 | 0 | 100 | 11110111 | 1001101 | 1010011 |
Color Harmonies of #BAB2F5
Complementary color
Monochromatic Colors of #BAB2F5
Black with #BAB2F5
Text Example
Text Example
White with #BAB2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2F5; }
p { color: rgb(186,178,245); }
H1.HeaderClassName
{
color: #BAB2F5;
}
.AnyTagClassName
{
color: #BAB2F5;
}
</style>
background-color css
<style>
a { background-color: #BAB2F5; }
a { background-color: rgb(186,178,245); }
div.DivClassName
{
background-color: #BAB2F5;
}
.BgClassName
{
background-color: #BAB2F5;
}
</style>
border-color css
<style>
span { border-color: #BAB2F5; }
span { border-color: rgb(186,178,245); }
td.TdClassName
{
border-color: #BAB2F5;
}
.TagClassName
{
border-color: #BAB2F5;
}
</style>