Shades of Melrose #BDB2E1
Tints of Melrose #BDB2E1
RGB
CMYK
RGB Variations
Color information
#BDB2E1 (or 0xBDB2E1) is known color: Melrose. HEX triplet: BD, B2 and E1. RGB value is (189,178,225). Sum of RGB (Red+Green+Blue) = 189+178+225=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDB2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2E1 is #424D1E. Grayscale: #BABABA. Windows color (decimal): -4345119 or 14791357. OLE color: 14791357.
HSL color Cylindrical-coordinate representation of color #BDB2E1: hue angle of 254.04º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB2E1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 178 | 225 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.12 |
| HSL | 254.04º | 0.44% | 0.79% | - |
| HSV(B) | 254.04º | 0.21% | 0.88% | - |
| XYZ | 50.5 | 48.1 | 77.86 | - |
| YUV | 186.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 225 | 0.16 | 0.21 | 0 | 0.12 | 254.04 | 0.44 | 0.79 |
| Hex | BD | B2 | E1 | 10 | 15 | 0 | C | FE | 2C | 4F |
| Octal | 275 | 262 | 341 | 20 | 25 | 0 | 14 | 376 | 54 | 117 |
| Binary | 10111101 | 10110010 | 11100001 | 10000 | 10101 | 0 | 1100 | 11111110 | 101100 | 1001111 |
Color Harmonies of #BDB2E1
Complementary color
Monochromatic Colors of #BDB2E1
Black with #BDB2E1
Text Example
Text Example
White with #BDB2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2E1; }
p { color: rgb(189,178,225); }
H1.HeaderClassName
{
color: #BDB2E1;
}
.AnyTagClassName
{
color: #BDB2E1;
}
</style>
background-color css
<style>
a { background-color: #BDB2E1; }
a { background-color: rgb(189,178,225); }
div.DivClassName
{
background-color: #BDB2E1;
}
.BgClassName
{
background-color: #BDB2E1;
}
</style>
border-color css
<style>
span { border-color: #BDB2E1; }
span { border-color: rgb(189,178,225); }
td.TdClassName
{
border-color: #BDB2E1;
}
.TagClassName
{
border-color: #BDB2E1;
}
</style>