Shades of Melrose #BAAAED
Tints of Melrose #BAAAED
RGB
CMYK
RGB Variations
Color information
#BAAAED (or 0xBAAAED) is known color: Melrose. HEX triplet: BA, AA and ED. RGB value is (186,170,237). Sum of RGB (Red+Green+Blue) = 186+170+237=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAED is #455512. Grayscale: #B6B6B6. Windows color (decimal): -4543763 or 15575738. OLE color: 15575738.
HSL color Cylindrical-coordinate representation of color #BAAAED: hue angle of 254.33º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAAED is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 170 | 237 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.07 |
| HSL | 254.33º | 0.65% | 0.8% | - |
| HSV(B) | 254.33º | 0.28% | 0.93% | - |
| XYZ | 49.91 | 45.3 | 86.23 | - |
| YUV | 182.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 237 | 0.22 | 0.28 | 0 | 0.07 | 254.33 | 0.65 | 0.8 |
| Hex | BA | AA | ED | 16 | 1C | 0 | 7 | FE | 41 | 50 |
| Octal | 272 | 252 | 355 | 26 | 34 | 0 | 7 | 376 | 101 | 120 |
| Binary | 10111010 | 10101010 | 11101101 | 10110 | 11100 | 0 | 111 | 11111110 | 1000001 | 1010000 |
Color Harmonies of #BAAAED
Complementary color
Monochromatic Colors of #BAAAED
Black with #BAAAED
Text Example
Text Example
White with #BAAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAED; }
p { color: rgb(186,170,237); }
H1.HeaderClassName
{
color: #BAAAED;
}
.AnyTagClassName
{
color: #BAAAED;
}
</style>
background-color css
<style>
a { background-color: #BAAAED; }
a { background-color: rgb(186,170,237); }
div.DivClassName
{
background-color: #BAAAED;
}
.BgClassName
{
background-color: #BAAAED;
}
</style>
border-color css
<style>
span { border-color: #BAAAED; }
span { border-color: rgb(186,170,237); }
td.TdClassName
{
border-color: #BAAAED;
}
.TagClassName
{
border-color: #BAAAED;
}
</style>