Shades of Melrose #BAAEF7
Tints of Melrose #BAAEF7
RGB
CMYK
RGB Variations
Color information
#BAAEF7 (or 0xBAAEF7) is known color: Melrose. HEX triplet: BA, AE and F7. RGB value is (186,174,247). Sum of RGB (Red+Green+Blue) = 186+174+247=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEF7 is #455108. Grayscale: #B9B9B9. Windows color (decimal): -4542729 or 16232122. OLE color: 16232122.
HSL color Cylindrical-coordinate representation of color #BAAEF7: hue angle of 249.86º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAAEF7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 174 | 247 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.03 |
| HSL | 249.86º | 0.82% | 0.83% | - |
| HSV(B) | 249.86º | 0.3% | 0.97% | - |
| XYZ | 52.17 | 47.43 | 94.4 | - |
| YUV | 185.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 247 | 0.25 | 0.30 | 0 | 0.03 | 249.86 | 0.82 | 0.83 |
| Hex | BA | AE | F7 | 19 | 1E | 0 | 3 | FA | 52 | 53 |
| Octal | 272 | 256 | 367 | 31 | 36 | 0 | 3 | 372 | 122 | 123 |
| Binary | 10111010 | 10101110 | 11110111 | 11001 | 11110 | 0 | 11 | 11111010 | 1010010 | 1010011 |
Color Harmonies of #BAAEF7
Complementary color
Monochromatic Colors of #BAAEF7
Black with #BAAEF7
Text Example
Text Example
White with #BAAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEF7; }
p { color: rgb(186,174,247); }
H1.HeaderClassName
{
color: #BAAEF7;
}
.AnyTagClassName
{
color: #BAAEF7;
}
</style>
background-color css
<style>
a { background-color: #BAAEF7; }
a { background-color: rgb(186,174,247); }
div.DivClassName
{
background-color: #BAAEF7;
}
.BgClassName
{
background-color: #BAAEF7;
}
</style>
border-color css
<style>
span { border-color: #BAAEF7; }
span { border-color: rgb(186,174,247); }
td.TdClassName
{
border-color: #BAAEF7;
}
.TagClassName
{
border-color: #BAAEF7;
}
</style>