Shades of Melrose #BDB5ED
Tints of Melrose #BDB5ED
RGB
CMYK
RGB Variations
Color information
#BDB5ED (or 0xBDB5ED) is known color: Melrose. HEX triplet: BD, B5 and ED. RGB value is (189,181,237). Sum of RGB (Red+Green+Blue) = 189+181+237=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5ED is #424A12. Grayscale: #BDBDBD. Windows color (decimal): -4344339 or 15578557. OLE color: 15578557.
HSL color Cylindrical-coordinate representation of color #BDB5ED: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB5ED is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 181 | 237 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.07 |
| HSL | 248.57º | 0.61% | 0.82% | - |
| HSV(B) | 248.57º | 0.24% | 0.93% | - |
| XYZ | 52.8 | 49.98 | 86.99 | - |
| YUV | 189.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 237 | 0.20 | 0.24 | 0 | 0.07 | 248.57 | 0.61 | 0.82 |
| Hex | BD | B5 | ED | 14 | 18 | 0 | 7 | F9 | 3D | 52 |
| Octal | 275 | 265 | 355 | 24 | 30 | 0 | 7 | 371 | 75 | 122 |
| Binary | 10111101 | 10110101 | 11101101 | 10100 | 11000 | 0 | 111 | 11111001 | 111101 | 1010010 |
Color Harmonies of #BDB5ED
Complementary color
Monochromatic Colors of #BDB5ED
Black with #BDB5ED
Text Example
Text Example
White with #BDB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5ED; }
p { color: rgb(189,181,237); }
H1.HeaderClassName
{
color: #BDB5ED;
}
.AnyTagClassName
{
color: #BDB5ED;
}
</style>
background-color css
<style>
a { background-color: #BDB5ED; }
a { background-color: rgb(189,181,237); }
div.DivClassName
{
background-color: #BDB5ED;
}
.BgClassName
{
background-color: #BDB5ED;
}
</style>
border-color css
<style>
span { border-color: #BDB5ED; }
span { border-color: rgb(189,181,237); }
td.TdClassName
{
border-color: #BDB5ED;
}
.TagClassName
{
border-color: #BDB5ED;
}
</style>