Shades of Melrose #BDB7EC
Tints of Melrose #BDB7EC
RGB
CMYK
RGB Variations
Color information
#BDB7EC (or 0xBDB7EC) is known color: Melrose. HEX triplet: BD, B7 and EC. RGB value is (189,183,236). Sum of RGB (Red+Green+Blue) = 189+183+236=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EC is #424813. Grayscale: #BEBEBE. Windows color (decimal): -4343828 or 15513533. OLE color: 15513533.
HSL color Cylindrical-coordinate representation of color #BDB7EC: hue angle of 246.79º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB7EC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 183 | 236 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.07 |
| HSL | 246.79º | 0.58% | 0.82% | - |
| HSV(B) | 246.79º | 0.22% | 0.93% | - |
| XYZ | 53.06 | 50.74 | 86.35 | - |
| YUV | 190.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 236 | 0.20 | 0.22 | 0 | 0.07 | 246.79 | 0.58 | 0.82 |
| Hex | BD | B7 | EC | 14 | 16 | 0 | 7 | F7 | 3A | 52 |
| Octal | 275 | 267 | 354 | 24 | 26 | 0 | 7 | 367 | 72 | 122 |
| Binary | 10111101 | 10110111 | 11101100 | 10100 | 10110 | 0 | 111 | 11110111 | 111010 | 1010010 |
Color Harmonies of #BDB7EC
Complementary color
Monochromatic Colors of #BDB7EC
Black with #BDB7EC
Text Example
Text Example
White with #BDB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7EC; }
p { color: rgb(189,183,236); }
H1.HeaderClassName
{
color: #BDB7EC;
}
.AnyTagClassName
{
color: #BDB7EC;
}
</style>
background-color css
<style>
a { background-color: #BDB7EC; }
a { background-color: rgb(189,183,236); }
div.DivClassName
{
background-color: #BDB7EC;
}
.BgClassName
{
background-color: #BDB7EC;
}
</style>
border-color css
<style>
span { border-color: #BDB7EC; }
span { border-color: rgb(189,183,236); }
td.TdClassName
{
border-color: #BDB7EC;
}
.TagClassName
{
border-color: #BDB7EC;
}
</style>