Shades of Melrose #BDB5DA
Tints of Melrose #BDB5DA
RGB
CMYK
RGB Variations
Color information
#BDB5DA (or 0xBDB5DA) is known color: Melrose. HEX triplet: BD, B5 and DA. RGB value is (189,181,218). Sum of RGB (Red+Green+Blue) = 189+181+218=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5DA is #424A25. Grayscale: #BBBBBB. Windows color (decimal): -4344358 or 14333373. OLE color: 14333373.
HSL color Cylindrical-coordinate representation of color #BDB5DA: hue angle of 252.97º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB5DA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 181 | 218 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.15 |
| HSL | 252.97º | 0.33% | 0.78% | - |
| HSV(B) | 252.97º | 0.17% | 0.85% | - |
| XYZ | 50.17 | 48.93 | 73.13 | - |
| YUV | 187.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 218 | 0.13 | 0.17 | 0 | 0.15 | 252.97 | 0.33 | 0.78 |
| Hex | BD | B5 | DA | D | 11 | 0 | F | FD | 21 | 4E |
| Octal | 275 | 265 | 332 | 15 | 21 | 0 | 17 | 375 | 41 | 116 |
| Binary | 10111101 | 10110101 | 11011010 | 1101 | 10001 | 0 | 1111 | 11111101 | 100001 | 1001110 |
Color Harmonies of #BDB5DA
Complementary color
Monochromatic Colors of #BDB5DA
Black with #BDB5DA
Text Example
Text Example
White with #BDB5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5DA; }
p { color: rgb(189,181,218); }
H1.HeaderClassName
{
color: #BDB5DA;
}
.AnyTagClassName
{
color: #BDB5DA;
}
</style>
background-color css
<style>
a { background-color: #BDB5DA; }
a { background-color: rgb(189,181,218); }
div.DivClassName
{
background-color: #BDB5DA;
}
.BgClassName
{
background-color: #BDB5DA;
}
</style>
border-color css
<style>
span { border-color: #BDB5DA; }
span { border-color: rgb(189,181,218); }
td.TdClassName
{
border-color: #BDB5DA;
}
.TagClassName
{
border-color: #BDB5DA;
}
</style>