Shades of Melrose #BDB3DE
Tints of Melrose #BDB3DE
RGB
CMYK
RGB Variations
Color information
#BDB3DE (or 0xBDB3DE) is known color: Melrose. HEX triplet: BD, B3 and DE. RGB value is (189,179,222). Sum of RGB (Red+Green+Blue) = 189+179+222=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3DE is #424C21. Grayscale: #BABABA. Windows color (decimal): -4344866 or 14595005. OLE color: 14595005.
HSL color Cylindrical-coordinate representation of color #BDB3DE: hue angle of 253.95º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB3DE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 179 | 222 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.13 |
| HSL | 253.95º | 0.39% | 0.79% | - |
| HSV(B) | 253.95º | 0.19% | 0.87% | - |
| XYZ | 50.29 | 48.33 | 75.79 | - |
| YUV | 186.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 222 | 0.15 | 0.19 | 0 | 0.13 | 253.95 | 0.39 | 0.79 |
| Hex | BD | B3 | DE | F | 13 | 0 | D | FE | 27 | 4F |
| Octal | 275 | 263 | 336 | 17 | 23 | 0 | 15 | 376 | 47 | 117 |
| Binary | 10111101 | 10110011 | 11011110 | 1111 | 10011 | 0 | 1101 | 11111110 | 100111 | 1001111 |
Color Harmonies of #BDB3DE
Complementary color
Monochromatic Colors of #BDB3DE
Black with #BDB3DE
Text Example
Text Example
White with #BDB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3DE; }
p { color: rgb(189,179,222); }
H1.HeaderClassName
{
color: #BDB3DE;
}
.AnyTagClassName
{
color: #BDB3DE;
}
</style>
background-color css
<style>
a { background-color: #BDB3DE; }
a { background-color: rgb(189,179,222); }
div.DivClassName
{
background-color: #BDB3DE;
}
.BgClassName
{
background-color: #BDB3DE;
}
</style>
border-color css
<style>
span { border-color: #BDB3DE; }
span { border-color: rgb(189,179,222); }
td.TdClassName
{
border-color: #BDB3DE;
}
.TagClassName
{
border-color: #BDB3DE;
}
</style>