Shades of Melrose #BDB0EC
Tints of Melrose #BDB0EC
RGB
CMYK
RGB Variations
Color information
#BDB0EC (or 0xBDB0EC) is known color: Melrose. HEX triplet: BD, B0 and EC. RGB value is (189,176,236). Sum of RGB (Red+Green+Blue) = 189+176+236=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0EC is #424F13. Grayscale: #BABABA. Windows color (decimal): -4345620 or 15511741. OLE color: 15511741.
HSL color Cylindrical-coordinate representation of color #BDB0EC: hue angle of 253º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB0EC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 176 | 236 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.07 |
| HSL | 253º | 0.61% | 0.81% | - |
| HSV(B) | 253º | 0.25% | 0.93% | - |
| XYZ | 51.65 | 47.93 | 85.89 | - |
| YUV | 186.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 236 | 0.20 | 0.25 | 0 | 0.07 | 253 | 0.61 | 0.81 |
| Hex | BD | B0 | EC | 14 | 19 | 0 | 7 | FD | 3D | 51 |
| Octal | 275 | 260 | 354 | 24 | 31 | 0 | 7 | 375 | 75 | 121 |
| Binary | 10111101 | 10110000 | 11101100 | 10100 | 11001 | 0 | 111 | 11111101 | 111101 | 1010001 |
Color Harmonies of #BDB0EC
Complementary color
Monochromatic Colors of #BDB0EC
Black with #BDB0EC
Text Example
Text Example
White with #BDB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0EC; }
p { color: rgb(189,176,236); }
H1.HeaderClassName
{
color: #BDB0EC;
}
.AnyTagClassName
{
color: #BDB0EC;
}
</style>
background-color css
<style>
a { background-color: #BDB0EC; }
a { background-color: rgb(189,176,236); }
div.DivClassName
{
background-color: #BDB0EC;
}
.BgClassName
{
background-color: #BDB0EC;
}
</style>
border-color css
<style>
span { border-color: #BDB0EC; }
span { border-color: rgb(189,176,236); }
td.TdClassName
{
border-color: #BDB0EC;
}
.TagClassName
{
border-color: #BDB0EC;
}
</style>