Shades of Melrose #BDB3EC
Tints of Melrose #BDB3EC
RGB
CMYK
RGB Variations
Color information
#BDB3EC (or 0xBDB3EC) is known color: Melrose. HEX triplet: BD, B3 and EC. RGB value is (189,179,236). Sum of RGB (Red+Green+Blue) = 189+179+236=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3EC is #424C13. Grayscale: #BCBCBC. Windows color (decimal): -4344852 or 15512509. OLE color: 15512509.
HSL color Cylindrical-coordinate representation of color #BDB3EC: hue angle of 250.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB3EC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 179 | 236 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.07 |
| HSL | 250.53º | 0.6% | 0.81% | - |
| HSV(B) | 250.53º | 0.24% | 0.93% | - |
| XYZ | 52.25 | 49.12 | 86.08 | - |
| YUV | 188.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 236 | 0.20 | 0.24 | 0 | 0.07 | 250.53 | 0.6 | 0.81 |
| Hex | BD | B3 | EC | 14 | 18 | 0 | 7 | FB | 3C | 51 |
| Octal | 275 | 263 | 354 | 24 | 30 | 0 | 7 | 373 | 74 | 121 |
| Binary | 10111101 | 10110011 | 11101100 | 10100 | 11000 | 0 | 111 | 11111011 | 111100 | 1010001 |
Color Harmonies of #BDB3EC
Complementary color
Monochromatic Colors of #BDB3EC
Black with #BDB3EC
Text Example
Text Example
White with #BDB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3EC; }
p { color: rgb(189,179,236); }
H1.HeaderClassName
{
color: #BDB3EC;
}
.AnyTagClassName
{
color: #BDB3EC;
}
</style>
background-color css
<style>
a { background-color: #BDB3EC; }
a { background-color: rgb(189,179,236); }
div.DivClassName
{
background-color: #BDB3EC;
}
.BgClassName
{
background-color: #BDB3EC;
}
</style>
border-color css
<style>
span { border-color: #BDB3EC; }
span { border-color: rgb(189,179,236); }
td.TdClassName
{
border-color: #BDB3EC;
}
.TagClassName
{
border-color: #BDB3EC;
}
</style>