Shades of Melrose #BAAEDE
Tints of Melrose #BAAEDE
RGB
CMYK
RGB Variations
Color information
#BAAEDE (or 0xBAAEDE) is known color: Melrose. HEX triplet: BA, AE and DE. RGB value is (186,174,222). Sum of RGB (Red+Green+Blue) = 186+174+222=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDE is #455121. Grayscale: #B6B6B6. Windows color (decimal): -4542754 or 14593722. OLE color: 14593722.
HSL color Cylindrical-coordinate representation of color #BAAEDE: hue angle of 255º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAAEDE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 174 | 222 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.13 |
| HSL | 255º | 0.42% | 0.78% | - |
| HSV(B) | 255º | 0.22% | 0.87% | - |
| XYZ | 48.57 | 45.99 | 75.42 | - |
| YUV | 183.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 222 | 0.16 | 0.22 | 0 | 0.13 | 255 | 0.42 | 0.78 |
| Hex | BA | AE | DE | 10 | 16 | 0 | D | FF | 2A | 4E |
| Octal | 272 | 256 | 336 | 20 | 26 | 0 | 15 | 377 | 52 | 116 |
| Binary | 10111010 | 10101110 | 11011110 | 10000 | 10110 | 0 | 1101 | 11111111 | 101010 | 1001110 |
Color Harmonies of #BAAEDE
Complementary color
Monochromatic Colors of #BAAEDE
Black with #BAAEDE
Text Example
Text Example
White with #BAAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEDE; }
p { color: rgb(186,174,222); }
H1.HeaderClassName
{
color: #BAAEDE;
}
.AnyTagClassName
{
color: #BAAEDE;
}
</style>
background-color css
<style>
a { background-color: #BAAEDE; }
a { background-color: rgb(186,174,222); }
div.DivClassName
{
background-color: #BAAEDE;
}
.BgClassName
{
background-color: #BAAEDE;
}
</style>
border-color css
<style>
span { border-color: #BAAEDE; }
span { border-color: rgb(186,174,222); }
td.TdClassName
{
border-color: #BAAEDE;
}
.TagClassName
{
border-color: #BAAEDE;
}
</style>