Shades of Melrose #BAA4F8
Tints of Melrose #BAA4F8
RGB
CMYK
RGB Variations
Color information
#BAA4F8 (or 0xBAA4F8) is known color: Melrose. HEX triplet: BA, A4 and F8. RGB value is (186,164,248). Sum of RGB (Red+Green+Blue) = 186+164+248=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAA4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4F8 is #455B07. Grayscale: #B3B3B3. Windows color (decimal): -4545288 or 16295098. OLE color: 16295098.
HSL color Cylindrical-coordinate representation of color #BAA4F8: hue angle of 255.71º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA4F8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 164 | 248 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.03 |
| HSL | 255.71º | 0.86% | 0.81% | - |
| HSV(B) | 255.71º | 0.34% | 0.97% | - |
| XYZ | 50.47 | 43.77 | 94.59 | - |
| YUV | 180.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 248 | 0.25 | 0.34 | 0 | 0.03 | 255.71 | 0.86 | 0.81 |
| Hex | BA | A4 | F8 | 19 | 22 | 0 | 3 | 100 | 56 | 51 |
| Octal | 272 | 244 | 370 | 31 | 42 | 0 | 3 | 400 | 126 | 121 |
| Binary | 10111010 | 10100100 | 11111000 | 11001 | 100010 | 0 | 11 | 100000000 | 1010110 | 1010001 |
Color Harmonies of #BAA4F8
Complementary color
Monochromatic Colors of #BAA4F8
Black with #BAA4F8
Text Example
Text Example
White with #BAA4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA4F8; }
p { color: rgb(186,164,248); }
H1.HeaderClassName
{
color: #BAA4F8;
}
.AnyTagClassName
{
color: #BAA4F8;
}
</style>
background-color css
<style>
a { background-color: #BAA4F8; }
a { background-color: rgb(186,164,248); }
div.DivClassName
{
background-color: #BAA4F8;
}
.BgClassName
{
background-color: #BAA4F8;
}
</style>
border-color css
<style>
span { border-color: #BAA4F8; }
span { border-color: rgb(186,164,248); }
td.TdClassName
{
border-color: #BAA4F8;
}
.TagClassName
{
border-color: #BAA4F8;
}
</style>