Shades of Melrose #BAA7F0
Tints of Melrose #BAA7F0
RGB
CMYK
RGB Variations
Color information
#BAA7F0 (or 0xBAA7F0) is known color: Melrose. HEX triplet: BA, A7 and F0. RGB value is (186,167,240). Sum of RGB (Red+Green+Blue) = 186+167+240=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAA7F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7F0 is #45580F. Grayscale: #B4B4B4. Windows color (decimal): -4544528 or 15771578. OLE color: 15771578.
HSL color Cylindrical-coordinate representation of color #BAA7F0: hue angle of 255.62º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA7F0 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 167 | 240 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.06 |
| HSL | 255.62º | 0.71% | 0.8% | - |
| HSV(B) | 255.62º | 0.3% | 0.94% | - |
| XYZ | 49.8 | 44.37 | 88.38 | - |
| YUV | 181 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 240 | 0.22 | 0.30 | 0 | 0.06 | 255.62 | 0.71 | 0.8 |
| Hex | BA | A7 | F0 | 16 | 1E | 0 | 6 | 100 | 47 | 50 |
| Octal | 272 | 247 | 360 | 26 | 36 | 0 | 6 | 400 | 107 | 120 |
| Binary | 10111010 | 10100111 | 11110000 | 10110 | 11110 | 0 | 110 | 100000000 | 1000111 | 1010000 |
Color Harmonies of #BAA7F0
Complementary color
Monochromatic Colors of #BAA7F0
Black with #BAA7F0
Text Example
Text Example
White with #BAA7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7F0; }
p { color: rgb(186,167,240); }
H1.HeaderClassName
{
color: #BAA7F0;
}
.AnyTagClassName
{
color: #BAA7F0;
}
</style>
background-color css
<style>
a { background-color: #BAA7F0; }
a { background-color: rgb(186,167,240); }
div.DivClassName
{
background-color: #BAA7F0;
}
.BgClassName
{
background-color: #BAA7F0;
}
</style>
border-color css
<style>
span { border-color: #BAA7F0; }
span { border-color: rgb(186,167,240); }
td.TdClassName
{
border-color: #BAA7F0;
}
.TagClassName
{
border-color: #BAA7F0;
}
</style>