Shades of Melrose #BDB1E9
Tints of Melrose #BDB1E9
RGB
CMYK
RGB Variations
Color information
#BDB1E9 (or 0xBDB1E9) is known color: Melrose. HEX triplet: BD, B1 and E9. RGB value is (189,177,233). Sum of RGB (Red+Green+Blue) = 189+177+233=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDB1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1E9 is #424E16. Grayscale: #BABABA. Windows color (decimal): -4345367 or 15315389. OLE color: 15315389.
HSL color Cylindrical-coordinate representation of color #BDB1E9: hue angle of 252.86º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB1E9 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 177 | 233 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.09 |
| HSL | 252.86º | 0.56% | 0.8% | - |
| HSV(B) | 252.86º | 0.24% | 0.91% | - |
| XYZ | 51.42 | 48.15 | 83.67 | - |
| YUV | 186.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 233 | 0.19 | 0.24 | 0 | 0.09 | 252.86 | 0.56 | 0.8 |
| Hex | BD | B1 | E9 | 13 | 18 | 0 | 9 | FD | 38 | 50 |
| Octal | 275 | 261 | 351 | 23 | 30 | 0 | 11 | 375 | 70 | 120 |
| Binary | 10111101 | 10110001 | 11101001 | 10011 | 11000 | 0 | 1001 | 11111101 | 111000 | 1010000 |
Color Harmonies of #BDB1E9
Complementary color
Monochromatic Colors of #BDB1E9
Black with #BDB1E9
Text Example
Text Example
White with #BDB1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1E9; }
p { color: rgb(189,177,233); }
H1.HeaderClassName
{
color: #BDB1E9;
}
.AnyTagClassName
{
color: #BDB1E9;
}
</style>
background-color css
<style>
a { background-color: #BDB1E9; }
a { background-color: rgb(189,177,233); }
div.DivClassName
{
background-color: #BDB1E9;
}
.BgClassName
{
background-color: #BDB1E9;
}
</style>
border-color css
<style>
span { border-color: #BDB1E9; }
span { border-color: rgb(189,177,233); }
td.TdClassName
{
border-color: #BDB1E9;
}
.TagClassName
{
border-color: #BDB1E9;
}
</style>