Shades of Melrose #BAACFD
Tints of Melrose #BAACFD
RGB
CMYK
RGB Variations
Color information
#BAACFD (or 0xBAACFD) is known color: Melrose. HEX triplet: BA, AC and FD. RGB value is (186,172,253). Sum of RGB (Red+Green+Blue) = 186+172+253=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACFD is #455302. Grayscale: #B9B9B9. Windows color (decimal): -4543235 or 16624826. OLE color: 16624826.
HSL color Cylindrical-coordinate representation of color #BAACFD: hue angle of 250.37º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAACFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 172 | 253 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.01 |
| HSL | 250.37º | 0.95% | 0.83% | - |
| HSV(B) | 250.37º | 0.32% | 0.99% | - |
| XYZ | 52.73 | 47.04 | 99.23 | - |
| YUV | 185.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 253 | 0.26 | 0.32 | 0 | 0.01 | 250.37 | 0.95 | 0.83 |
| Hex | BA | AC | FD | 1A | 20 | 0 | 1 | FA | 5F | 53 |
| Octal | 272 | 254 | 375 | 32 | 40 | 0 | 1 | 372 | 137 | 123 |
| Binary | 10111010 | 10101100 | 11111101 | 11010 | 100000 | 0 | 1 | 11111010 | 1011111 | 1010011 |
Color Harmonies of #BAACFD
Complementary color
Monochromatic Colors of #BAACFD
Black with #BAACFD
Text Example
Text Example
White with #BAACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACFD; }
p { color: rgb(186,172,253); }
H1.HeaderClassName
{
color: #BAACFD;
}
.AnyTagClassName
{
color: #BAACFD;
}
</style>
background-color css
<style>
a { background-color: #BAACFD; }
a { background-color: rgb(186,172,253); }
div.DivClassName
{
background-color: #BAACFD;
}
.BgClassName
{
background-color: #BAACFD;
}
</style>
border-color css
<style>
span { border-color: #BAACFD; }
span { border-color: rgb(186,172,253); }
td.TdClassName
{
border-color: #BAACFD;
}
.TagClassName
{
border-color: #BAACFD;
}
</style>