Shades of Melrose #BAB2DD
Tints of Melrose #BAB2DD
RGB
CMYK
RGB Variations
Color information
#BAB2DD (or 0xBAB2DD) is known color: Melrose. HEX triplet: BA, B2 and DD. RGB value is (186,178,221). Sum of RGB (Red+Green+Blue) = 186+178+221=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2DD is #454D22. Grayscale: #B9B9B9. Windows color (decimal): -4541731 or 14529210. OLE color: 14529210.
HSL color Cylindrical-coordinate representation of color #BAB2DD: hue angle of 251.16º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB2DD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 178 | 221 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.13 |
| HSL | 251.16º | 0.39% | 0.78% | - |
| HSV(B) | 251.16º | 0.19% | 0.87% | - |
| XYZ | 49.22 | 47.5 | 74.98 | - |
| YUV | 185.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 221 | 0.16 | 0.19 | 0 | 0.13 | 251.16 | 0.39 | 0.78 |
| Hex | BA | B2 | DD | 10 | 13 | 0 | D | FB | 27 | 4E |
| Octal | 272 | 262 | 335 | 20 | 23 | 0 | 15 | 373 | 47 | 116 |
| Binary | 10111010 | 10110010 | 11011101 | 10000 | 10011 | 0 | 1101 | 11111011 | 100111 | 1001110 |
Color Harmonies of #BAB2DD
Complementary color
Monochromatic Colors of #BAB2DD
Black with #BAB2DD
Text Example
Text Example
White with #BAB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2DD; }
p { color: rgb(186,178,221); }
H1.HeaderClassName
{
color: #BAB2DD;
}
.AnyTagClassName
{
color: #BAB2DD;
}
</style>
background-color css
<style>
a { background-color: #BAB2DD; }
a { background-color: rgb(186,178,221); }
div.DivClassName
{
background-color: #BAB2DD;
}
.BgClassName
{
background-color: #BAB2DD;
}
</style>
border-color css
<style>
span { border-color: #BAB2DD; }
span { border-color: rgb(186,178,221); }
td.TdClassName
{
border-color: #BAB2DD;
}
.TagClassName
{
border-color: #BAB2DD;
}
</style>