Shades of Melrose #BAAAF9
Tints of Melrose #BAAAF9
RGB
CMYK
RGB Variations
Color information
#BAAAF9 (or 0xBAAAF9) is known color: Melrose. HEX triplet: BA, AA and F9. RGB value is (186,170,249). Sum of RGB (Red+Green+Blue) = 186+170+249=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF9 is #455506. Grayscale: #B7B7B7. Windows color (decimal): -4543751 or 16362170. OLE color: 16362170.
HSL color Cylindrical-coordinate representation of color #BAAAF9: hue angle of 252.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAAF9 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 170 | 249 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.02 |
| HSL | 252.15º | 0.87% | 0.82% | - |
| HSV(B) | 252.15º | 0.32% | 0.98% | - |
| XYZ | 51.72 | 46.03 | 95.78 | - |
| YUV | 183.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 249 | 0.25 | 0.32 | 0 | 0.02 | 252.15 | 0.87 | 0.82 |
| Hex | BA | AA | F9 | 19 | 20 | 0 | 2 | FC | 57 | 52 |
| Octal | 272 | 252 | 371 | 31 | 40 | 0 | 2 | 374 | 127 | 122 |
| Binary | 10111010 | 10101010 | 11111001 | 11001 | 100000 | 0 | 10 | 11111100 | 1010111 | 1010010 |
Color Harmonies of #BAAAF9
Complementary color
Monochromatic Colors of #BAAAF9
Black with #BAAAF9
Text Example
Text Example
White with #BAAAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAF9; }
p { color: rgb(186,170,249); }
H1.HeaderClassName
{
color: #BAAAF9;
}
.AnyTagClassName
{
color: #BAAAF9;
}
</style>
background-color css
<style>
a { background-color: #BAAAF9; }
a { background-color: rgb(186,170,249); }
div.DivClassName
{
background-color: #BAAAF9;
}
.BgClassName
{
background-color: #BAAAF9;
}
</style>
border-color css
<style>
span { border-color: #BAAAF9; }
span { border-color: rgb(186,170,249); }
td.TdClassName
{
border-color: #BAAAF9;
}
.TagClassName
{
border-color: #BAAAF9;
}
</style>