Shades of Melrose #BAA8FD
Tints of Melrose #BAA8FD
RGB
CMYK
RGB Variations
Color information
#BAA8FD (or 0xBAA8FD) is known color: Melrose. HEX triplet: BA, A8 and FD. RGB value is (186,168,253). Sum of RGB (Red+Green+Blue) = 186+168+253=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8FD is #455702. Grayscale: #B6B6B6. Windows color (decimal): -4544259 or 16623802. OLE color: 16623802.
HSL color Cylindrical-coordinate representation of color #BAA8FD: hue angle of 252.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA8FD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 168 | 253 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.01 |
| HSL | 252.71º | 0.96% | 0.83% | - |
| HSV(B) | 252.71º | 0.34% | 0.99% | - |
| XYZ | 51.98 | 45.54 | 98.98 | - |
| YUV | 183.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 253 | 0.26 | 0.34 | 0 | 0.01 | 252.71 | 0.96 | 0.83 |
| Hex | BA | A8 | FD | 1A | 22 | 0 | 1 | FD | 60 | 53 |
| Octal | 272 | 250 | 375 | 32 | 42 | 0 | 1 | 375 | 140 | 123 |
| Binary | 10111010 | 10101000 | 11111101 | 11010 | 100010 | 0 | 1 | 11111101 | 1100000 | 1010011 |
Color Harmonies of #BAA8FD
Complementary color
Monochromatic Colors of #BAA8FD
Black with #BAA8FD
Text Example
Text Example
White with #BAA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8FD; }
p { color: rgb(186,168,253); }
H1.HeaderClassName
{
color: #BAA8FD;
}
.AnyTagClassName
{
color: #BAA8FD;
}
</style>
background-color css
<style>
a { background-color: #BAA8FD; }
a { background-color: rgb(186,168,253); }
div.DivClassName
{
background-color: #BAA8FD;
}
.BgClassName
{
background-color: #BAA8FD;
}
</style>
border-color css
<style>
span { border-color: #BAA8FD; }
span { border-color: rgb(186,168,253); }
td.TdClassName
{
border-color: #BAA8FD;
}
.TagClassName
{
border-color: #BAA8FD;
}
</style>