Shades of Melrose #BAADE5
Tints of Melrose #BAADE5
RGB
CMYK
RGB Variations
Color information
#BAADE5 (or 0xBAADE5) is known color: Melrose. HEX triplet: BA, AD and E5. RGB value is (186,173,229). Sum of RGB (Red+Green+Blue) = 186+173+229=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADE5 is #45521A. Grayscale: #B7B7B7. Windows color (decimal): -4543003 or 15052218. OLE color: 15052218.
HSL color Cylindrical-coordinate representation of color #BAADE5: hue angle of 253.93º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAADE5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 173 | 229 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.10 |
| HSL | 253.93º | 0.52% | 0.79% | - |
| HSV(B) | 253.93º | 0.24% | 0.9% | - |
| XYZ | 49.34 | 45.98 | 80.4 | - |
| YUV | 183.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 229 | 0.19 | 0.24 | 0 | 0.10 | 253.93 | 0.52 | 0.79 |
| Hex | BA | AD | E5 | 13 | 18 | 0 | A | FE | 34 | 4F |
| Octal | 272 | 255 | 345 | 23 | 30 | 0 | 12 | 376 | 64 | 117 |
| Binary | 10111010 | 10101101 | 11100101 | 10011 | 11000 | 0 | 1010 | 11111110 | 110100 | 1001111 |
Color Harmonies of #BAADE5
Complementary color
Monochromatic Colors of #BAADE5
Black with #BAADE5
Text Example
Text Example
White with #BAADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADE5; }
p { color: rgb(186,173,229); }
H1.HeaderClassName
{
color: #BAADE5;
}
.AnyTagClassName
{
color: #BAADE5;
}
</style>
background-color css
<style>
a { background-color: #BAADE5; }
a { background-color: rgb(186,173,229); }
div.DivClassName
{
background-color: #BAADE5;
}
.BgClassName
{
background-color: #BAADE5;
}
</style>
border-color css
<style>
span { border-color: #BAADE5; }
span { border-color: rgb(186,173,229); }
td.TdClassName
{
border-color: #BAADE5;
}
.TagClassName
{
border-color: #BAADE5;
}
</style>