Shades of Melrose #BAA2FF
Tints of Melrose #BAA2FF
RGB
CMYK
RGB Variations
Color information
#BAA2FF (or 0xBAA2FF) is known color: Melrose. HEX triplet: BA, A2 and FF. RGB value is (186,162,255). Sum of RGB (Red+Green+Blue) = 186+162+255=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2FF is #455D00. Grayscale: #B3B3B3. Windows color (decimal): -4545793 or 16753338. OLE color: 16753338.
HSL color Cylindrical-coordinate representation of color #BAA2FF: hue angle of 255.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA2FF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 162 | 255 | - |
| CMYK | 0.27 | 0.36 | 0 | 0 |
| HSL | 255.48º | 1% | 0.82% | - |
| HSV(B) | 255.48º | 0.36% | 1% | - |
| XYZ | 51.22 | 43.5 | 100.3 | - |
| YUV | 179.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 255 | 0.27 | 0.36 | 0 | 0 | 255.48 | 1 | 0.82 |
| Hex | BA | A2 | FF | 1B | 24 | 0 | 0 | FF | 64 | 52 |
| Octal | 272 | 242 | 377 | 33 | 44 | 0 | 0 | 377 | 144 | 122 |
| Binary | 10111010 | 10100010 | 11111111 | 11011 | 100100 | 0 | 0 | 11111111 | 1100100 | 1010010 |
Color Harmonies of #BAA2FF
Complementary color
Monochromatic Colors of #BAA2FF
Black with #BAA2FF
Text Example
Text Example
White with #BAA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2FF; }
p { color: rgb(186,162,255); }
H1.HeaderClassName
{
color: #BAA2FF;
}
.AnyTagClassName
{
color: #BAA2FF;
}
</style>
background-color css
<style>
a { background-color: #BAA2FF; }
a { background-color: rgb(186,162,255); }
div.DivClassName
{
background-color: #BAA2FF;
}
.BgClassName
{
background-color: #BAA2FF;
}
</style>
border-color css
<style>
span { border-color: #BAA2FF; }
span { border-color: rgb(186,162,255); }
td.TdClassName
{
border-color: #BAA2FF;
}
.TagClassName
{
border-color: #BAA2FF;
}
</style>