Shades of Melrose #BAAEFC
Tints of Melrose #BAAEFC
RGB
CMYK
RGB Variations
Color information
#BAAEFC (or 0xBAAEFC) is known color: Melrose. HEX triplet: BA, AE and FC. RGB value is (186,174,252). Sum of RGB (Red+Green+Blue) = 186+174+252=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEFC is #455103. Grayscale: #BABABA. Windows color (decimal): -4542724 or 16559802. OLE color: 16559802.
HSL color Cylindrical-coordinate representation of color #BAAEFC: hue angle of 249.23º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAAEFC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 174 | 252 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.01 |
| HSL | 249.23º | 0.93% | 0.84% | - |
| HSV(B) | 249.23º | 0.31% | 0.99% | - |
| XYZ | 52.96 | 47.74 | 98.52 | - |
| YUV | 186.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 252 | 0.26 | 0.31 | 0 | 0.01 | 249.23 | 0.93 | 0.84 |
| Hex | BA | AE | FC | 1A | 1F | 0 | 1 | F9 | 5D | 54 |
| Octal | 272 | 256 | 374 | 32 | 37 | 0 | 1 | 371 | 135 | 124 |
| Binary | 10111010 | 10101110 | 11111100 | 11010 | 11111 | 0 | 1 | 11111001 | 1011101 | 1010100 |
Color Harmonies of #BAAEFC
Complementary color
Monochromatic Colors of #BAAEFC
Black with #BAAEFC
Text Example
Text Example
White with #BAAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEFC; }
p { color: rgb(186,174,252); }
H1.HeaderClassName
{
color: #BAAEFC;
}
.AnyTagClassName
{
color: #BAAEFC;
}
</style>
background-color css
<style>
a { background-color: #BAAEFC; }
a { background-color: rgb(186,174,252); }
div.DivClassName
{
background-color: #BAAEFC;
}
.BgClassName
{
background-color: #BAAEFC;
}
</style>
border-color css
<style>
span { border-color: #BAAEFC; }
span { border-color: rgb(186,174,252); }
td.TdClassName
{
border-color: #BAAEFC;
}
.TagClassName
{
border-color: #BAAEFC;
}
</style>