Shades of Melrose #BAA2FC
Tints of Melrose #BAA2FC
RGB
CMYK
RGB Variations
Color information
#BAA2FC (or 0xBAA2FC) is known color: Melrose. HEX triplet: BA, A2 and FC. RGB value is (186,162,252). Sum of RGB (Red+Green+Blue) = 186+162+252=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2FC is #455D03. Grayscale: #B3B3B3. Windows color (decimal): -4545796 or 16556730. OLE color: 16556730.
HSL color Cylindrical-coordinate representation of color #BAA2FC: hue angle of 256º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA2FC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 162 | 252 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.01 |
| HSL | 256º | 0.94% | 0.81% | - |
| HSV(B) | 256º | 0.36% | 0.99% | - |
| XYZ | 50.74 | 43.31 | 97.78 | - |
| YUV | 179.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 252 | 0.26 | 0.36 | 0 | 0.01 | 256 | 0.94 | 0.81 |
| Hex | BA | A2 | FC | 1A | 24 | 0 | 1 | 100 | 5E | 51 |
| Octal | 272 | 242 | 374 | 32 | 44 | 0 | 1 | 400 | 136 | 121 |
| Binary | 10111010 | 10100010 | 11111100 | 11010 | 100100 | 0 | 1 | 100000000 | 1011110 | 1010001 |
Color Harmonies of #BAA2FC
Complementary color
Monochromatic Colors of #BAA2FC
Black with #BAA2FC
Text Example
Text Example
White with #BAA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2FC; }
p { color: rgb(186,162,252); }
H1.HeaderClassName
{
color: #BAA2FC;
}
.AnyTagClassName
{
color: #BAA2FC;
}
</style>
background-color css
<style>
a { background-color: #BAA2FC; }
a { background-color: rgb(186,162,252); }
div.DivClassName
{
background-color: #BAA2FC;
}
.BgClassName
{
background-color: #BAA2FC;
}
</style>
border-color css
<style>
span { border-color: #BAA2FC; }
span { border-color: rgb(186,162,252); }
td.TdClassName
{
border-color: #BAA2FC;
}
.TagClassName
{
border-color: #BAA2FC;
}
</style>