Shades of Melrose #BAAFE2
Tints of Melrose #BAAFE2
RGB
CMYK
RGB Variations
Color information
#BAAFE2 (or 0xBAAFE2) is known color: Melrose. HEX triplet: BA, AF and E2. RGB value is (186,175,226). Sum of RGB (Red+Green+Blue) = 186+175+226=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFE2 is #45501D. Grayscale: #B7B7B7. Windows color (decimal): -4542494 or 14856122. OLE color: 14856122.
HSL color Cylindrical-coordinate representation of color #BAAFE2: hue angle of 252.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAAFE2 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 175 | 226 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.11 |
| HSL | 252.94º | 0.47% | 0.79% | - |
| HSV(B) | 252.94º | 0.23% | 0.89% | - |
| XYZ | 49.31 | 46.59 | 78.35 | - |
| YUV | 184.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 226 | 0.18 | 0.23 | 0 | 0.11 | 252.94 | 0.47 | 0.79 |
| Hex | BA | AF | E2 | 12 | 17 | 0 | B | FD | 2F | 4F |
| Octal | 272 | 257 | 342 | 22 | 27 | 0 | 13 | 375 | 57 | 117 |
| Binary | 10111010 | 10101111 | 11100010 | 10010 | 10111 | 0 | 1011 | 11111101 | 101111 | 1001111 |
Color Harmonies of #BAAFE2
Complementary color
Monochromatic Colors of #BAAFE2
Black with #BAAFE2
Text Example
Text Example
White with #BAAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFE2; }
p { color: rgb(186,175,226); }
H1.HeaderClassName
{
color: #BAAFE2;
}
.AnyTagClassName
{
color: #BAAFE2;
}
</style>
background-color css
<style>
a { background-color: #BAAFE2; }
a { background-color: rgb(186,175,226); }
div.DivClassName
{
background-color: #BAAFE2;
}
.BgClassName
{
background-color: #BAAFE2;
}
</style>
border-color css
<style>
span { border-color: #BAAFE2; }
span { border-color: rgb(186,175,226); }
td.TdClassName
{
border-color: #BAAFE2;
}
.TagClassName
{
border-color: #BAAFE2;
}
</style>