Shades of Melrose #BAAAF0
Tints of Melrose #BAAAF0
RGB
CMYK
RGB Variations
Color information
#BAAAF0 (or 0xBAAAF0) is known color: Melrose. HEX triplet: BA, AA and F0. RGB value is (186,170,240). Sum of RGB (Red+Green+Blue) = 186+170+240=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF0 is #45550F. Grayscale: #B6B6B6. Windows color (decimal): -4543760 or 15772346. OLE color: 15772346.
HSL color Cylindrical-coordinate representation of color #BAAAF0: hue angle of 253.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAAF0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 170 | 240 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.06 |
| HSL | 253.71º | 0.7% | 0.8% | - |
| HSV(B) | 253.71º | 0.29% | 0.94% | - |
| XYZ | 50.35 | 45.48 | 88.56 | - |
| YUV | 182.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 240 | 0.22 | 0.29 | 0 | 0.06 | 253.71 | 0.7 | 0.8 |
| Hex | BA | AA | F0 | 16 | 1D | 0 | 6 | FE | 46 | 50 |
| Octal | 272 | 252 | 360 | 26 | 35 | 0 | 6 | 376 | 106 | 120 |
| Binary | 10111010 | 10101010 | 11110000 | 10110 | 11101 | 0 | 110 | 11111110 | 1000110 | 1010000 |
Color Harmonies of #BAAAF0
Complementary color
Monochromatic Colors of #BAAAF0
Black with #BAAAF0
Text Example
Text Example
White with #BAAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAF0; }
p { color: rgb(186,170,240); }
H1.HeaderClassName
{
color: #BAAAF0;
}
.AnyTagClassName
{
color: #BAAAF0;
}
</style>
background-color css
<style>
a { background-color: #BAAAF0; }
a { background-color: rgb(186,170,240); }
div.DivClassName
{
background-color: #BAAAF0;
}
.BgClassName
{
background-color: #BAAAF0;
}
</style>
border-color css
<style>
span { border-color: #BAAAF0; }
span { border-color: rgb(186,170,240); }
td.TdClassName
{
border-color: #BAAAF0;
}
.TagClassName
{
border-color: #BAAAF0;
}
</style>