Shades of Melrose #BAACEE
Tints of Melrose #BAACEE
RGB
CMYK
RGB Variations
Color information
#BAACEE (or 0xBAACEE) is known color: Melrose. HEX triplet: BA, AC and EE. RGB value is (186,172,238). Sum of RGB (Red+Green+Blue) = 186+172+238=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACEE is #455311. Grayscale: #B7B7B7. Windows color (decimal): -4543250 or 15641786. OLE color: 15641786.
HSL color Cylindrical-coordinate representation of color #BAACEE: hue angle of 252.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAACEE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 172 | 238 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.07 |
| HSL | 252.73º | 0.66% | 0.8% | - |
| HSV(B) | 252.73º | 0.28% | 0.93% | - |
| XYZ | 50.43 | 46.12 | 87.13 | - |
| YUV | 183.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 238 | 0.22 | 0.28 | 0 | 0.07 | 252.73 | 0.66 | 0.8 |
| Hex | BA | AC | EE | 16 | 1C | 0 | 7 | FD | 42 | 50 |
| Octal | 272 | 254 | 356 | 26 | 34 | 0 | 7 | 375 | 102 | 120 |
| Binary | 10111010 | 10101100 | 11101110 | 10110 | 11100 | 0 | 111 | 11111101 | 1000010 | 1010000 |
Color Harmonies of #BAACEE
Complementary color
Monochromatic Colors of #BAACEE
Black with #BAACEE
Text Example
Text Example
White with #BAACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACEE; }
p { color: rgb(186,172,238); }
H1.HeaderClassName
{
color: #BAACEE;
}
.AnyTagClassName
{
color: #BAACEE;
}
</style>
background-color css
<style>
a { background-color: #BAACEE; }
a { background-color: rgb(186,172,238); }
div.DivClassName
{
background-color: #BAACEE;
}
.BgClassName
{
background-color: #BAACEE;
}
</style>
border-color css
<style>
span { border-color: #BAACEE; }
span { border-color: rgb(186,172,238); }
td.TdClassName
{
border-color: #BAACEE;
}
.TagClassName
{
border-color: #BAACEE;
}
</style>