Shades of Melrose #BAAAFA
Tints of Melrose #BAAAFA
RGB
CMYK
RGB Variations
Color information
#BAAAFA (or 0xBAAAFA) is known color: Melrose. HEX triplet: BA, AA and FA. RGB value is (186,170,250). Sum of RGB (Red+Green+Blue) = 186+170+250=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAFA is #455505. Grayscale: #B7B7B7. Windows color (decimal): -4543750 or 16427706. OLE color: 16427706.
HSL color Cylindrical-coordinate representation of color #BAAAFA: hue angle of 252º degrees, saturation: 0.89, 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 #BAAAFA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 170 | 250 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.02 |
| HSL | 252º | 0.89% | 0.82% | - |
| HSV(B) | 252º | 0.32% | 0.98% | - |
| XYZ | 51.88 | 46.09 | 96.6 | - |
| YUV | 183.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 250 | 0.26 | 0.32 | 0 | 0.02 | 252 | 0.89 | 0.82 |
| Hex | BA | AA | FA | 1A | 20 | 0 | 2 | FC | 59 | 52 |
| Octal | 272 | 252 | 372 | 32 | 40 | 0 | 2 | 374 | 131 | 122 |
| Binary | 10111010 | 10101010 | 11111010 | 11010 | 100000 | 0 | 10 | 11111100 | 1011001 | 1010010 |
Color Harmonies of #BAAAFA
Complementary color
Monochromatic Colors of #BAAAFA
Black with #BAAAFA
Text Example
Text Example
White with #BAAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAFA; }
p { color: rgb(186,170,250); }
H1.HeaderClassName
{
color: #BAAAFA;
}
.AnyTagClassName
{
color: #BAAAFA;
}
</style>
background-color css
<style>
a { background-color: #BAAAFA; }
a { background-color: rgb(186,170,250); }
div.DivClassName
{
background-color: #BAAAFA;
}
.BgClassName
{
background-color: #BAAAFA;
}
</style>
border-color css
<style>
span { border-color: #BAAAFA; }
span { border-color: rgb(186,170,250); }
td.TdClassName
{
border-color: #BAAAFA;
}
.TagClassName
{
border-color: #BAAAFA;
}
</style>