Shades of Melrose #BDB6EC
Tints of Melrose #BDB6EC
RGB
CMYK
RGB Variations
Color information
#BDB6EC (or 0xBDB6EC) is known color: Melrose. HEX triplet: BD, B6 and EC. RGB value is (189,182,236). Sum of RGB (Red+Green+Blue) = 189+182+236=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6EC is #424913. Grayscale: #BEBEBE. Windows color (decimal): -4344084 or 15513277. OLE color: 15513277.
HSL color Cylindrical-coordinate representation of color #BDB6EC: hue angle of 247.78º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB6EC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 182 | 236 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.07 |
| HSL | 247.78º | 0.59% | 0.82% | - |
| HSV(B) | 247.78º | 0.23% | 0.93% | - |
| XYZ | 52.85 | 50.33 | 86.29 | - |
| YUV | 190.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 236 | 0.20 | 0.23 | 0 | 0.07 | 247.78 | 0.59 | 0.82 |
| Hex | BD | B6 | EC | 14 | 17 | 0 | 7 | F8 | 3B | 52 |
| Octal | 275 | 266 | 354 | 24 | 27 | 0 | 7 | 370 | 73 | 122 |
| Binary | 10111101 | 10110110 | 11101100 | 10100 | 10111 | 0 | 111 | 11111000 | 111011 | 1010010 |
Color Harmonies of #BDB6EC
Complementary color
Monochromatic Colors of #BDB6EC
Black with #BDB6EC
Text Example
Text Example
White with #BDB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6EC; }
p { color: rgb(189,182,236); }
H1.HeaderClassName
{
color: #BDB6EC;
}
.AnyTagClassName
{
color: #BDB6EC;
}
</style>
background-color css
<style>
a { background-color: #BDB6EC; }
a { background-color: rgb(189,182,236); }
div.DivClassName
{
background-color: #BDB6EC;
}
.BgClassName
{
background-color: #BDB6EC;
}
</style>
border-color css
<style>
span { border-color: #BDB6EC; }
span { border-color: rgb(189,182,236); }
td.TdClassName
{
border-color: #BDB6EC;
}
.TagClassName
{
border-color: #BDB6EC;
}
</style>