Shades of Melrose #BDB4EB
Tints of Melrose #BDB4EB
RGB
CMYK
RGB Variations
Color information
#BDB4EB (or 0xBDB4EB) is known color: Melrose. HEX triplet: BD, B4 and EB. RGB value is (189,180,235). Sum of RGB (Red+Green+Blue) = 189+180+235=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4EB is #424B14. Grayscale: #BCBCBC. Windows color (decimal): -4344597 or 15447229. OLE color: 15447229.
HSL color Cylindrical-coordinate representation of color #BDB4EB: hue angle of 249.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB4EB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 180 | 235 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.08 |
| HSL | 249.82º | 0.58% | 0.81% | - |
| HSV(B) | 249.82º | 0.23% | 0.92% | - |
| XYZ | 52.3 | 49.46 | 85.39 | - |
| YUV | 188.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 235 | 0.20 | 0.23 | 0 | 0.08 | 249.82 | 0.58 | 0.81 |
| Hex | BD | B4 | EB | 14 | 17 | 0 | 8 | FA | 3A | 51 |
| Octal | 275 | 264 | 353 | 24 | 27 | 0 | 10 | 372 | 72 | 121 |
| Binary | 10111101 | 10110100 | 11101011 | 10100 | 10111 | 0 | 1000 | 11111010 | 111010 | 1010001 |
Color Harmonies of #BDB4EB
Complementary color
Monochromatic Colors of #BDB4EB
Black with #BDB4EB
Text Example
Text Example
White with #BDB4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4EB; }
p { color: rgb(189,180,235); }
H1.HeaderClassName
{
color: #BDB4EB;
}
.AnyTagClassName
{
color: #BDB4EB;
}
</style>
background-color css
<style>
a { background-color: #BDB4EB; }
a { background-color: rgb(189,180,235); }
div.DivClassName
{
background-color: #BDB4EB;
}
.BgClassName
{
background-color: #BDB4EB;
}
</style>
border-color css
<style>
span { border-color: #BDB4EB; }
span { border-color: rgb(189,180,235); }
td.TdClassName
{
border-color: #BDB4EB;
}
.TagClassName
{
border-color: #BDB4EB;
}
</style>