Shades of Melrose #BAB0DF
Tints of Melrose #BAB0DF
RGB
CMYK
RGB Variations
Color information
#BAB0DF (or 0xBAB0DF) is known color: Melrose. HEX triplet: BA, B0 and DF. RGB value is (186,176,223). Sum of RGB (Red+Green+Blue) = 186+176+223=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DF is #454F20. Grayscale: #B8B8B8. Windows color (decimal): -4542241 or 14659770. OLE color: 14659770.
HSL color Cylindrical-coordinate representation of color #BAB0DF: hue angle of 252.77º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB0DF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 176 | 223 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.13 |
| HSL | 252.77º | 0.42% | 0.78% | - |
| HSV(B) | 252.77º | 0.21% | 0.87% | - |
| XYZ | 49.09 | 46.82 | 76.26 | - |
| YUV | 184.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 223 | 0.17 | 0.21 | 0 | 0.13 | 252.77 | 0.42 | 0.78 |
| Hex | BA | B0 | DF | 11 | 15 | 0 | D | FD | 2A | 4E |
| Octal | 272 | 260 | 337 | 21 | 25 | 0 | 15 | 375 | 52 | 116 |
| Binary | 10111010 | 10110000 | 11011111 | 10001 | 10101 | 0 | 1101 | 11111101 | 101010 | 1001110 |
Color Harmonies of #BAB0DF
Complementary color
Monochromatic Colors of #BAB0DF
Black with #BAB0DF
Text Example
Text Example
White with #BAB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0DF; }
p { color: rgb(186,176,223); }
H1.HeaderClassName
{
color: #BAB0DF;
}
.AnyTagClassName
{
color: #BAB0DF;
}
</style>
background-color css
<style>
a { background-color: #BAB0DF; }
a { background-color: rgb(186,176,223); }
div.DivClassName
{
background-color: #BAB0DF;
}
.BgClassName
{
background-color: #BAB0DF;
}
</style>
border-color css
<style>
span { border-color: #BAB0DF; }
span { border-color: rgb(186,176,223); }
td.TdClassName
{
border-color: #BAB0DF;
}
.TagClassName
{
border-color: #BAB0DF;
}
</style>