Shades of Melrose #BAACEF
Tints of Melrose #BAACEF
RGB
CMYK
RGB Variations
Color information
#BAACEF (or 0xBAACEF) is known color: Melrose. HEX triplet: BA, AC and EF. RGB value is (186,172,239). Sum of RGB (Red+Green+Blue) = 186+172+239=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACEF is #455310. Grayscale: #B7B7B7. Windows color (decimal): -4543249 or 15707322. OLE color: 15707322.
HSL color Cylindrical-coordinate representation of color #BAACEF: hue angle of 252.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAACEF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 172 | 239 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.06 |
| HSL | 252.54º | 0.68% | 0.81% | - |
| HSV(B) | 252.54º | 0.28% | 0.94% | - |
| XYZ | 50.58 | 46.18 | 87.91 | - |
| YUV | 183.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 239 | 0.22 | 0.28 | 0 | 0.06 | 252.54 | 0.68 | 0.81 |
| Hex | BA | AC | EF | 16 | 1C | 0 | 6 | FD | 44 | 51 |
| Octal | 272 | 254 | 357 | 26 | 34 | 0 | 6 | 375 | 104 | 121 |
| Binary | 10111010 | 10101100 | 11101111 | 10110 | 11100 | 0 | 110 | 11111101 | 1000100 | 1010001 |
Color Harmonies of #BAACEF
Complementary color
Monochromatic Colors of #BAACEF
Black with #BAACEF
Text Example
Text Example
White with #BAACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACEF; }
p { color: rgb(186,172,239); }
H1.HeaderClassName
{
color: #BAACEF;
}
.AnyTagClassName
{
color: #BAACEF;
}
</style>
background-color css
<style>
a { background-color: #BAACEF; }
a { background-color: rgb(186,172,239); }
div.DivClassName
{
background-color: #BAACEF;
}
.BgClassName
{
background-color: #BAACEF;
}
</style>
border-color css
<style>
span { border-color: #BAACEF; }
span { border-color: rgb(186,172,239); }
td.TdClassName
{
border-color: #BAACEF;
}
.TagClassName
{
border-color: #BAACEF;
}
</style>