Shades of Melrose #BDB7ED
Tints of Melrose #BDB7ED
RGB
CMYK
RGB Variations
Color information
#BDB7ED (or 0xBDB7ED) is known color: Melrose. HEX triplet: BD, B7 and ED. RGB value is (189,183,237). Sum of RGB (Red+Green+Blue) = 189+183+237=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7ED is #424812. Grayscale: #BEBEBE. Windows color (decimal): -4343827 or 15579069. OLE color: 15579069.
HSL color Cylindrical-coordinate representation of color #BDB7ED: hue angle of 246.67º degrees, saturation: 0.6, 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 #BDB7ED is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 183 | 237 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.07 |
| HSL | 246.67º | 0.6% | 0.82% | - |
| HSV(B) | 246.67º | 0.23% | 0.93% | - |
| XYZ | 53.21 | 50.8 | 87.12 | - |
| YUV | 190.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 237 | 0.20 | 0.23 | 0 | 0.07 | 246.67 | 0.6 | 0.82 |
| Hex | BD | B7 | ED | 14 | 17 | 0 | 7 | F7 | 3C | 52 |
| Octal | 275 | 267 | 355 | 24 | 27 | 0 | 7 | 367 | 74 | 122 |
| Binary | 10111101 | 10110111 | 11101101 | 10100 | 10111 | 0 | 111 | 11110111 | 111100 | 1010010 |
Color Harmonies of #BDB7ED
Complementary color
Monochromatic Colors of #BDB7ED
Black with #BDB7ED
Text Example
Text Example
White with #BDB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7ED; }
p { color: rgb(189,183,237); }
H1.HeaderClassName
{
color: #BDB7ED;
}
.AnyTagClassName
{
color: #BDB7ED;
}
</style>
background-color css
<style>
a { background-color: #BDB7ED; }
a { background-color: rgb(189,183,237); }
div.DivClassName
{
background-color: #BDB7ED;
}
.BgClassName
{
background-color: #BDB7ED;
}
</style>
border-color css
<style>
span { border-color: #BDB7ED; }
span { border-color: rgb(189,183,237); }
td.TdClassName
{
border-color: #BDB7ED;
}
.TagClassName
{
border-color: #BDB7ED;
}
</style>