Shades of Melrose #BAACE8
Tints of Melrose #BAACE8
RGB
CMYK
RGB Variations
Color information
#BAACE8 (or 0xBAACE8) is known color: Melrose. HEX triplet: BA, AC and E8. RGB value is (186,172,232). Sum of RGB (Red+Green+Blue) = 186+172+232=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACE8 is #455317. Grayscale: #B6B6B6. Windows color (decimal): -4543256 or 15248570. OLE color: 15248570.
HSL color Cylindrical-coordinate representation of color #BAACE8: hue angle of 254º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAACE8 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 172 | 232 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.09 |
| HSL | 254º | 0.57% | 0.79% | - |
| HSV(B) | 254º | 0.26% | 0.91% | - |
| XYZ | 49.57 | 45.77 | 82.57 | - |
| YUV | 183.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 232 | 0.20 | 0.26 | 0 | 0.09 | 254 | 0.57 | 0.79 |
| Hex | BA | AC | E8 | 14 | 1A | 0 | 9 | FE | 39 | 4F |
| Octal | 272 | 254 | 350 | 24 | 32 | 0 | 11 | 376 | 71 | 117 |
| Binary | 10111010 | 10101100 | 11101000 | 10100 | 11010 | 0 | 1001 | 11111110 | 111001 | 1001111 |
Color Harmonies of #BAACE8
Complementary color
Monochromatic Colors of #BAACE8
Black with #BAACE8
Text Example
Text Example
White with #BAACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACE8; }
p { color: rgb(186,172,232); }
H1.HeaderClassName
{
color: #BAACE8;
}
.AnyTagClassName
{
color: #BAACE8;
}
</style>
background-color css
<style>
a { background-color: #BAACE8; }
a { background-color: rgb(186,172,232); }
div.DivClassName
{
background-color: #BAACE8;
}
.BgClassName
{
background-color: #BAACE8;
}
</style>
border-color css
<style>
span { border-color: #BAACE8; }
span { border-color: rgb(186,172,232); }
td.TdClassName
{
border-color: #BAACE8;
}
.TagClassName
{
border-color: #BAACE8;
}
</style>