Shades of Melrose #BAACF2
Tints of Melrose #BAACF2
RGB
CMYK
RGB Variations
Color information
#BAACF2 (or 0xBAACF2) is known color: Melrose. HEX triplet: BA, AC and F2. RGB value is (186,172,242). Sum of RGB (Red+Green+Blue) = 186+172+242=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACF2 is #45530D. Grayscale: #B7B7B7. Windows color (decimal): -4543246 or 15903930. OLE color: 15903930.
HSL color Cylindrical-coordinate representation of color #BAACF2: hue angle of 252º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAACF2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 172 | 242 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 252º | 0.73% | 0.81% | - |
| HSV(B) | 252º | 0.29% | 0.95% | - |
| XYZ | 51.03 | 46.35 | 90.26 | - |
| YUV | 184.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 242 | 0.23 | 0.29 | 0 | 0.05 | 252 | 0.73 | 0.81 |
| Hex | BA | AC | F2 | 17 | 1D | 0 | 5 | FC | 49 | 51 |
| Octal | 272 | 254 | 362 | 27 | 35 | 0 | 5 | 374 | 111 | 121 |
| Binary | 10111010 | 10101100 | 11110010 | 10111 | 11101 | 0 | 101 | 11111100 | 1001001 | 1010001 |
Color Harmonies of #BAACF2
Complementary color
Monochromatic Colors of #BAACF2
Black with #BAACF2
Text Example
Text Example
White with #BAACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACF2; }
p { color: rgb(186,172,242); }
H1.HeaderClassName
{
color: #BAACF2;
}
.AnyTagClassName
{
color: #BAACF2;
}
</style>
background-color css
<style>
a { background-color: #BAACF2; }
a { background-color: rgb(186,172,242); }
div.DivClassName
{
background-color: #BAACF2;
}
.BgClassName
{
background-color: #BAACF2;
}
</style>
border-color css
<style>
span { border-color: #BAACF2; }
span { border-color: rgb(186,172,242); }
td.TdClassName
{
border-color: #BAACF2;
}
.TagClassName
{
border-color: #BAACF2;
}
</style>