Shades of Melrose #BAA8F6
Tints of Melrose #BAA8F6
RGB
CMYK
RGB Variations
Color information
#BAA8F6 (or 0xBAA8F6) is known color: Melrose. HEX triplet: BA, A8 and F6. RGB value is (186,168,246). Sum of RGB (Red+Green+Blue) = 186+168+246=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAA8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8F6 is #455709. Grayscale: #B5B5B5. Windows color (decimal): -4544266 or 16165050. OLE color: 16165050.
HSL color Cylindrical-coordinate representation of color #BAA8F6: hue angle of 253.85º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA8F6 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 168 | 246 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.04 |
| HSL | 253.85º | 0.81% | 0.81% | - |
| HSV(B) | 253.85º | 0.32% | 0.96% | - |
| XYZ | 50.89 | 45.1 | 93.21 | - |
| YUV | 182.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 246 | 0.24 | 0.32 | 0 | 0.04 | 253.85 | 0.81 | 0.81 |
| Hex | BA | A8 | F6 | 18 | 20 | 0 | 4 | FE | 51 | 51 |
| Octal | 272 | 250 | 366 | 30 | 40 | 0 | 4 | 376 | 121 | 121 |
| Binary | 10111010 | 10101000 | 11110110 | 11000 | 100000 | 0 | 100 | 11111110 | 1010001 | 1010001 |
Color Harmonies of #BAA8F6
Complementary color
Monochromatic Colors of #BAA8F6
Black with #BAA8F6
Text Example
Text Example
White with #BAA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8F6; }
p { color: rgb(186,168,246); }
H1.HeaderClassName
{
color: #BAA8F6;
}
.AnyTagClassName
{
color: #BAA8F6;
}
</style>
background-color css
<style>
a { background-color: #BAA8F6; }
a { background-color: rgb(186,168,246); }
div.DivClassName
{
background-color: #BAA8F6;
}
.BgClassName
{
background-color: #BAA8F6;
}
</style>
border-color css
<style>
span { border-color: #BAA8F6; }
span { border-color: rgb(186,168,246); }
td.TdClassName
{
border-color: #BAA8F6;
}
.TagClassName
{
border-color: #BAA8F6;
}
</style>