Shades of Melrose #BAACE2
Tints of Melrose #BAACE2
RGB
CMYK
RGB Variations
Color information
#BAACE2 (or 0xBAACE2) is known color: Melrose. HEX triplet: BA, AC and E2. RGB value is (186,172,226). Sum of RGB (Red+Green+Blue) = 186+172+226=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACE2 is #45531D. Grayscale: #B6B6B6. Windows color (decimal): -4543262 or 14855354. OLE color: 14855354.
HSL color Cylindrical-coordinate representation of color #BAACE2: hue angle of 255.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAACE2 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 186 | 172 | 226 | - |
CMYK | 0.18 | 0.24 | 0 | 0.11 |
HSL | 255.56º | 0.48% | 0.78% | - |
HSV(B) | 255.56º | 0.24% | 0.89% | - |
XYZ | 48.73 | 45.44 | 78.15 | - |
YUV | 182.34 | 152.64 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 172 | 226 | 0.18 | 0.24 | 0 | 0.11 | 255.56 | 0.48 | 0.78 |
Hex | BA | AC | E2 | 12 | 18 | 0 | B | 100 | 30 | 4E |
Octal | 272 | 254 | 342 | 22 | 30 | 0 | 13 | 400 | 60 | 116 |
Binary | 10111010 | 10101100 | 11100010 | 10010 | 11000 | 0 | 1011 | 100000000 | 110000 | 1001110 |
Color Harmonies of #BAACE2
Complementary color
Monochromatic Colors of #BAACE2
Black with #BAACE2
Text Example
Text Example
White with #BAACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACE2; }
p { color: rgb(186,172,226); }
H1.HeaderClassName
{
color: #BAACE2;
}
.AnyTagClassName
{
color: #BAACE2;
}
</style>
background-color css
<style>
a { background-color: #BAACE2; }
a { background-color: rgb(186,172,226); }
div.DivClassName
{
background-color: #BAACE2;
}
.BgClassName
{
background-color: #BAACE2;
}
</style>
border-color css
<style>
span { border-color: #BAACE2; }
span { border-color: rgb(186,172,226); }
td.TdClassName
{
border-color: #BAACE2;
}
.TagClassName
{
border-color: #BAACE2;
}
</style>