Shades of Melrose #BDB3DD
Tints of Melrose #BDB3DD
RGB
CMYK
RGB Variations
Color information
#BDB3DD (or 0xBDB3DD) is known color: Melrose. HEX triplet: BD, B3 and DD. RGB value is (189,179,221). Sum of RGB (Red+Green+Blue) = 189+179+221=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3DD is #424C22. Grayscale: #BABABA. Windows color (decimal): -4344867 or 14529469. OLE color: 14529469.
HSL color Cylindrical-coordinate representation of color #BDB3DD: hue angle of 254.29º degrees, saturation: 0.38, 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 #BDB3DD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 179 | 221 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.13 |
| HSL | 254.29º | 0.38% | 0.78% | - |
| HSV(B) | 254.29º | 0.19% | 0.87% | - |
| XYZ | 50.16 | 48.28 | 75.08 | - |
| YUV | 186.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 221 | 0.14 | 0.19 | 0 | 0.13 | 254.29 | 0.38 | 0.78 |
| Hex | BD | B3 | DD | E | 13 | 0 | D | FE | 26 | 4E |
| Octal | 275 | 263 | 335 | 16 | 23 | 0 | 15 | 376 | 46 | 116 |
| Binary | 10111101 | 10110011 | 11011101 | 1110 | 10011 | 0 | 1101 | 11111110 | 100110 | 1001110 |
Color Harmonies of #BDB3DD
Complementary color
Monochromatic Colors of #BDB3DD
Black with #BDB3DD
Text Example
Text Example
White with #BDB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3DD; }
p { color: rgb(189,179,221); }
H1.HeaderClassName
{
color: #BDB3DD;
}
.AnyTagClassName
{
color: #BDB3DD;
}
</style>
background-color css
<style>
a { background-color: #BDB3DD; }
a { background-color: rgb(189,179,221); }
div.DivClassName
{
background-color: #BDB3DD;
}
.BgClassName
{
background-color: #BDB3DD;
}
</style>
border-color css
<style>
span { border-color: #BDB3DD; }
span { border-color: rgb(189,179,221); }
td.TdClassName
{
border-color: #BDB3DD;
}
.TagClassName
{
border-color: #BDB3DD;
}
</style>