Shades of Melrose #BAADE1
Tints of Melrose #BAADE1
RGB
CMYK
RGB Variations
Color information
#BAADE1 (or 0xBAADE1) is known color: Melrose. HEX triplet: BA, AD and E1. RGB value is (186,173,225). Sum of RGB (Red+Green+Blue) = 186+173+225=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADE1 is #45521E. Grayscale: #B6B6B6. Windows color (decimal): -4543007 or 14790074. OLE color: 14790074.
HSL color Cylindrical-coordinate representation of color #BAADE1: hue angle of 255º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAADE1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 173 | 225 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.12 |
| HSL | 255º | 0.46% | 0.78% | - |
| HSV(B) | 255º | 0.23% | 0.88% | - |
| XYZ | 48.78 | 45.76 | 77.5 | - |
| YUV | 182.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 225 | 0.17 | 0.23 | 0 | 0.12 | 255 | 0.46 | 0.78 |
| Hex | BA | AD | E1 | 11 | 17 | 0 | C | FF | 2E | 4E |
| Octal | 272 | 255 | 341 | 21 | 27 | 0 | 14 | 377 | 56 | 116 |
| Binary | 10111010 | 10101101 | 11100001 | 10001 | 10111 | 0 | 1100 | 11111111 | 101110 | 1001110 |
Color Harmonies of #BAADE1
Complementary color
Monochromatic Colors of #BAADE1
Black with #BAADE1
Text Example
Text Example
White with #BAADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADE1; }
p { color: rgb(186,173,225); }
H1.HeaderClassName
{
color: #BAADE1;
}
.AnyTagClassName
{
color: #BAADE1;
}
</style>
background-color css
<style>
a { background-color: #BAADE1; }
a { background-color: rgb(186,173,225); }
div.DivClassName
{
background-color: #BAADE1;
}
.BgClassName
{
background-color: #BAADE1;
}
</style>
border-color css
<style>
span { border-color: #BAADE1; }
span { border-color: rgb(186,173,225); }
td.TdClassName
{
border-color: #BAADE1;
}
.TagClassName
{
border-color: #BAADE1;
}
</style>