Shades of Melrose #BAA8F3
Tints of Melrose #BAA8F3
RGB
CMYK
RGB Variations
Color information
#BAA8F3 (or 0xBAA8F3) is known color: Melrose. HEX triplet: BA, A8 and F3. RGB value is (186,168,243). Sum of RGB (Red+Green+Blue) = 186+168+243=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8F3 is #45570C. Grayscale: #B5B5B5. Windows color (decimal): -4544269 or 15968442. OLE color: 15968442.
HSL color Cylindrical-coordinate representation of color #BAA8F3: hue angle of 254.4º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA8F3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 168 | 243 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.05 |
| HSL | 254.4º | 0.76% | 0.81% | - |
| HSV(B) | 254.4º | 0.31% | 0.95% | - |
| XYZ | 50.43 | 44.92 | 90.81 | - |
| YUV | 181.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 243 | 0.23 | 0.31 | 0 | 0.05 | 254.4 | 0.76 | 0.81 |
| Hex | BA | A8 | F3 | 17 | 1F | 0 | 5 | FE | 4C | 51 |
| Octal | 272 | 250 | 363 | 27 | 37 | 0 | 5 | 376 | 114 | 121 |
| Binary | 10111010 | 10101000 | 11110011 | 10111 | 11111 | 0 | 101 | 11111110 | 1001100 | 1010001 |
Color Harmonies of #BAA8F3
Complementary color
Monochromatic Colors of #BAA8F3
Black with #BAA8F3
Text Example
Text Example
White with #BAA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8F3; }
p { color: rgb(186,168,243); }
H1.HeaderClassName
{
color: #BAA8F3;
}
.AnyTagClassName
{
color: #BAA8F3;
}
</style>
background-color css
<style>
a { background-color: #BAA8F3; }
a { background-color: rgb(186,168,243); }
div.DivClassName
{
background-color: #BAA8F3;
}
.BgClassName
{
background-color: #BAA8F3;
}
</style>
border-color css
<style>
span { border-color: #BAA8F3; }
span { border-color: rgb(186,168,243); }
td.TdClassName
{
border-color: #BAA8F3;
}
.TagClassName
{
border-color: #BAA8F3;
}
</style>