Shades of Melrose #BDB5EC
Tints of Melrose #BDB5EC
RGB
CMYK
RGB Variations
Color information
#BDB5EC (or 0xBDB5EC) is known color: Melrose. HEX triplet: BD, B5 and EC. RGB value is (189,181,236). Sum of RGB (Red+Green+Blue) = 189+181+236=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5EC is #424A13. Grayscale: #BDBDBD. Windows color (decimal): -4344340 or 15513021. OLE color: 15513021.
HSL color Cylindrical-coordinate representation of color #BDB5EC: hue angle of 248.73º 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 #BDB5EC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 181 | 236 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.07 |
| HSL | 248.73º | 0.59% | 0.82% | - |
| HSV(B) | 248.73º | 0.23% | 0.93% | - |
| XYZ | 52.65 | 49.92 | 86.22 | - |
| YUV | 189.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 236 | 0.20 | 0.23 | 0 | 0.07 | 248.73 | 0.59 | 0.82 |
| Hex | BD | B5 | EC | 14 | 17 | 0 | 7 | F9 | 3B | 52 |
| Octal | 275 | 265 | 354 | 24 | 27 | 0 | 7 | 371 | 73 | 122 |
| Binary | 10111101 | 10110101 | 11101100 | 10100 | 10111 | 0 | 111 | 11111001 | 111011 | 1010010 |
Color Harmonies of #BDB5EC
Complementary color
Monochromatic Colors of #BDB5EC
Black with #BDB5EC
Text Example
Text Example
White with #BDB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5EC; }
p { color: rgb(189,181,236); }
H1.HeaderClassName
{
color: #BDB5EC;
}
.AnyTagClassName
{
color: #BDB5EC;
}
</style>
background-color css
<style>
a { background-color: #BDB5EC; }
a { background-color: rgb(189,181,236); }
div.DivClassName
{
background-color: #BDB5EC;
}
.BgClassName
{
background-color: #BDB5EC;
}
</style>
border-color css
<style>
span { border-color: #BDB5EC; }
span { border-color: rgb(189,181,236); }
td.TdClassName
{
border-color: #BDB5EC;
}
.TagClassName
{
border-color: #BDB5EC;
}
</style>