Shades of Melrose #BDB5DE
Tints of Melrose #BDB5DE
RGB
CMYK
RGB Variations
Color information
#BDB5DE (or 0xBDB5DE) is known color: Melrose. HEX triplet: BD, B5 and DE. RGB value is (189,181,222). Sum of RGB (Red+Green+Blue) = 189+181+222=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5DE is #424A21. Grayscale: #BBBBBB. Windows color (decimal): -4344354 or 14595517. OLE color: 14595517.
HSL color Cylindrical-coordinate representation of color #BDB5DE: hue angle of 251.71º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB5DE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 181 | 222 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.13 |
| HSL | 251.71º | 0.38% | 0.79% | - |
| HSV(B) | 251.71º | 0.18% | 0.87% | - |
| XYZ | 50.69 | 49.14 | 75.92 | - |
| YUV | 188.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 222 | 0.15 | 0.18 | 0 | 0.13 | 251.71 | 0.38 | 0.79 |
| Hex | BD | B5 | DE | F | 12 | 0 | D | FC | 26 | 4F |
| Octal | 275 | 265 | 336 | 17 | 22 | 0 | 15 | 374 | 46 | 117 |
| Binary | 10111101 | 10110101 | 11011110 | 1111 | 10010 | 0 | 1101 | 11111100 | 100110 | 1001111 |
Color Harmonies of #BDB5DE
Complementary color
Monochromatic Colors of #BDB5DE
Black with #BDB5DE
Text Example
Text Example
White with #BDB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5DE; }
p { color: rgb(189,181,222); }
H1.HeaderClassName
{
color: #BDB5DE;
}
.AnyTagClassName
{
color: #BDB5DE;
}
</style>
background-color css
<style>
a { background-color: #BDB5DE; }
a { background-color: rgb(189,181,222); }
div.DivClassName
{
background-color: #BDB5DE;
}
.BgClassName
{
background-color: #BDB5DE;
}
</style>
border-color css
<style>
span { border-color: #BDB5DE; }
span { border-color: rgb(189,181,222); }
td.TdClassName
{
border-color: #BDB5DE;
}
.TagClassName
{
border-color: #BDB5DE;
}
</style>