Shades of Melrose #BDB5D8
Tints of Melrose #BDB5D8
RGB
CMYK
RGB Variations
Color information
#BDB5D8 (or 0xBDB5D8) is known color: Melrose. HEX triplet: BD, B5 and D8. RGB value is (189,181,216). Sum of RGB (Red+Green+Blue) = 189+181+216=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5D8 is #424A27. Grayscale: #BBBBBB. Windows color (decimal): -4344360 or 14202301. OLE color: 14202301.
HSL color Cylindrical-coordinate representation of color #BDB5D8: hue angle of 253.71º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB5D8 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 181 | 216 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.15 |
| HSL | 253.71º | 0.31% | 0.78% | - |
| HSV(B) | 253.71º | 0.16% | 0.85% | - |
| XYZ | 49.9 | 48.82 | 71.76 | - |
| YUV | 187.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 216 | 0.12 | 0.16 | 0 | 0.15 | 253.71 | 0.31 | 0.78 |
| Hex | BD | B5 | D8 | C | 10 | 0 | F | FE | 1F | 4E |
| Octal | 275 | 265 | 330 | 14 | 20 | 0 | 17 | 376 | 37 | 116 |
| Binary | 10111101 | 10110101 | 11011000 | 1100 | 10000 | 0 | 1111 | 11111110 | 11111 | 1001110 |
Color Harmonies of #BDB5D8
Complementary color
Monochromatic Colors of #BDB5D8
Black with #BDB5D8
Text Example
Text Example
White with #BDB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5D8; }
p { color: rgb(189,181,216); }
H1.HeaderClassName
{
color: #BDB5D8;
}
.AnyTagClassName
{
color: #BDB5D8;
}
</style>
background-color css
<style>
a { background-color: #BDB5D8; }
a { background-color: rgb(189,181,216); }
div.DivClassName
{
background-color: #BDB5D8;
}
.BgClassName
{
background-color: #BDB5D8;
}
</style>
border-color css
<style>
span { border-color: #BDB5D8; }
span { border-color: rgb(189,181,216); }
td.TdClassName
{
border-color: #BDB5D8;
}
.TagClassName
{
border-color: #BDB5D8;
}
</style>