Shades of Melrose #BAB0DC
Tints of Melrose #BAB0DC
RGB
CMYK
RGB Variations
Color information
#BAB0DC (or 0xBAB0DC) is known color: Melrose. HEX triplet: BA, B0 and DC. RGB value is (186,176,220). Sum of RGB (Red+Green+Blue) = 186+176+220=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DC is #454F23. Grayscale: #B7B7B7. Windows color (decimal): -4542244 or 14463162. OLE color: 14463162.
HSL color Cylindrical-coordinate representation of color #BAB0DC: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB0DC is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 176 | 220 | - |
| CMYK | 0.15 | 0.2 | 0 | 0.14 |
| HSL | 253.64º | 0.39% | 0.78% | - |
| HSV(B) | 253.64º | 0.2% | 0.86% | - |
| XYZ | 48.69 | 46.66 | 74.15 | - |
| YUV | 184.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 220 | 0.15 | 0.2 | 0 | 0.14 | 253.64 | 0.39 | 0.78 |
| Hex | BA | B0 | DC | F | 14 | 0 | E | FE | 27 | 4E |
| Octal | 272 | 260 | 334 | 17 | 24 | 0 | 16 | 376 | 47 | 116 |
| Binary | 10111010 | 10110000 | 11011100 | 1111 | 10100 | 0 | 1110 | 11111110 | 100111 | 1001110 |
Color Harmonies of #BAB0DC
Complementary color
Monochromatic Colors of #BAB0DC
Black with #BAB0DC
Text Example
Text Example
White with #BAB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0DC; }
p { color: rgb(186,176,220); }
H1.HeaderClassName
{
color: #BAB0DC;
}
.AnyTagClassName
{
color: #BAB0DC;
}
</style>
background-color css
<style>
a { background-color: #BAB0DC; }
a { background-color: rgb(186,176,220); }
div.DivClassName
{
background-color: #BAB0DC;
}
.BgClassName
{
background-color: #BAB0DC;
}
</style>
border-color css
<style>
span { border-color: #BAB0DC; }
span { border-color: rgb(186,176,220); }
td.TdClassName
{
border-color: #BAB0DC;
}
.TagClassName
{
border-color: #BAB0DC;
}
</style>