Shades of Melrose #BAAEE5
Tints of Melrose #BAAEE5
RGB
CMYK
RGB Variations
Color information
#BAAEE5 (or 0xBAAEE5) is known color: Melrose. HEX triplet: BA, AE and E5. RGB value is (186,174,229). Sum of RGB (Red+Green+Blue) = 186+174+229=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEE5 is #45511A. Grayscale: #B7B7B7. Windows color (decimal): -4542747 or 15052474. OLE color: 15052474.
HSL color Cylindrical-coordinate representation of color #BAAEE5: hue angle of 253.09º degrees, saturation: 0.51, 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 #BAAEE5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 174 | 229 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.10 |
| HSL | 253.09º | 0.51% | 0.79% | - |
| HSV(B) | 253.09º | 0.24% | 0.9% | - |
| XYZ | 49.53 | 46.37 | 80.47 | - |
| YUV | 183.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 229 | 0.19 | 0.24 | 0 | 0.10 | 253.09 | 0.51 | 0.79 |
| Hex | BA | AE | E5 | 13 | 18 | 0 | A | FD | 33 | 4F |
| Octal | 272 | 256 | 345 | 23 | 30 | 0 | 12 | 375 | 63 | 117 |
| Binary | 10111010 | 10101110 | 11100101 | 10011 | 11000 | 0 | 1010 | 11111101 | 110011 | 1001111 |
Color Harmonies of #BAAEE5
Complementary color
Monochromatic Colors of #BAAEE5
Black with #BAAEE5
Text Example
Text Example
White with #BAAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEE5; }
p { color: rgb(186,174,229); }
H1.HeaderClassName
{
color: #BAAEE5;
}
.AnyTagClassName
{
color: #BAAEE5;
}
</style>
background-color css
<style>
a { background-color: #BAAEE5; }
a { background-color: rgb(186,174,229); }
div.DivClassName
{
background-color: #BAAEE5;
}
.BgClassName
{
background-color: #BAAEE5;
}
</style>
border-color css
<style>
span { border-color: #BAAEE5; }
span { border-color: rgb(186,174,229); }
td.TdClassName
{
border-color: #BAAEE5;
}
.TagClassName
{
border-color: #BAAEE5;
}
</style>