Shades of Melrose #BDB0E7
Tints of Melrose #BDB0E7
RGB
CMYK
RGB Variations
Color information
#BDB0E7 (or 0xBDB0E7) is known color: Melrose. HEX triplet: BD, B0 and E7. RGB value is (189,176,231). Sum of RGB (Red+Green+Blue) = 189+176+231=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0E7 is #424F18. Grayscale: #B9B9B9. Windows color (decimal): -4345625 or 15184061. OLE color: 15184061.
HSL color Cylindrical-coordinate representation of color #BDB0E7: hue angle of 254.18º degrees, saturation: 0.53, 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 #BDB0E7 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 176 | 231 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.09 |
| HSL | 254.18º | 0.53% | 0.8% | - |
| HSV(B) | 254.18º | 0.24% | 0.91% | - |
| XYZ | 50.94 | 47.64 | 82.11 | - |
| YUV | 186.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 231 | 0.18 | 0.24 | 0 | 0.09 | 254.18 | 0.53 | 0.8 |
| Hex | BD | B0 | E7 | 12 | 18 | 0 | 9 | FE | 35 | 50 |
| Octal | 275 | 260 | 347 | 22 | 30 | 0 | 11 | 376 | 65 | 120 |
| Binary | 10111101 | 10110000 | 11100111 | 10010 | 11000 | 0 | 1001 | 11111110 | 110101 | 1010000 |
Color Harmonies of #BDB0E7
Complementary color
Monochromatic Colors of #BDB0E7
Black with #BDB0E7
Text Example
Text Example
White with #BDB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0E7; }
p { color: rgb(189,176,231); }
H1.HeaderClassName
{
color: #BDB0E7;
}
.AnyTagClassName
{
color: #BDB0E7;
}
</style>
background-color css
<style>
a { background-color: #BDB0E7; }
a { background-color: rgb(189,176,231); }
div.DivClassName
{
background-color: #BDB0E7;
}
.BgClassName
{
background-color: #BDB0E7;
}
</style>
border-color css
<style>
span { border-color: #BDB0E7; }
span { border-color: rgb(189,176,231); }
td.TdClassName
{
border-color: #BDB0E7;
}
.TagClassName
{
border-color: #BDB0E7;
}
</style>