Shades of Melrose #BAB2EE
Tints of Melrose #BAB2EE
RGB
CMYK
RGB Variations
Color information
#BAB2EE (or 0xBAB2EE) is known color: Melrose. HEX triplet: BA, B2 and EE. RGB value is (186,178,238). Sum of RGB (Red+Green+Blue) = 186+178+238=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2EE is #454D11. Grayscale: #BBBBBB. Windows color (decimal): -4541714 or 15643322. OLE color: 15643322.
HSL color Cylindrical-coordinate representation of color #BAB2EE: hue angle of 248º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB2EE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 178 | 238 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.07 |
| HSL | 248º | 0.64% | 0.82% | - |
| HSV(B) | 248º | 0.25% | 0.93% | - |
| XYZ | 51.6 | 48.45 | 87.52 | - |
| YUV | 187.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 238 | 0.22 | 0.25 | 0 | 0.07 | 248 | 0.64 | 0.82 |
| Hex | BA | B2 | EE | 16 | 19 | 0 | 7 | F8 | 40 | 52 |
| Octal | 272 | 262 | 356 | 26 | 31 | 0 | 7 | 370 | 100 | 122 |
| Binary | 10111010 | 10110010 | 11101110 | 10110 | 11001 | 0 | 111 | 11111000 | 1000000 | 1010010 |
Color Harmonies of #BAB2EE
Complementary color
Monochromatic Colors of #BAB2EE
Black with #BAB2EE
Text Example
Text Example
White with #BAB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2EE; }
p { color: rgb(186,178,238); }
H1.HeaderClassName
{
color: #BAB2EE;
}
.AnyTagClassName
{
color: #BAB2EE;
}
</style>
background-color css
<style>
a { background-color: #BAB2EE; }
a { background-color: rgb(186,178,238); }
div.DivClassName
{
background-color: #BAB2EE;
}
.BgClassName
{
background-color: #BAB2EE;
}
</style>
border-color css
<style>
span { border-color: #BAB2EE; }
span { border-color: rgb(186,178,238); }
td.TdClassName
{
border-color: #BAB2EE;
}
.TagClassName
{
border-color: #BAB2EE;
}
</style>