Shades of Melrose #BDB5E7
Tints of Melrose #BDB5E7
RGB
CMYK
RGB Variations
Color information
#BDB5E7 (or 0xBDB5E7) is known color: Melrose. HEX triplet: BD, B5 and E7. RGB value is (189,181,231). Sum of RGB (Red+Green+Blue) = 189+181+231=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5E7 is #424A18. Grayscale: #BCBCBC. Windows color (decimal): -4344345 or 15185341. OLE color: 15185341.
HSL color Cylindrical-coordinate representation of color #BDB5E7: hue angle of 249.6º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB5E7 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 181 | 231 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.09 |
| HSL | 249.6º | 0.51% | 0.81% | - |
| HSV(B) | 249.6º | 0.22% | 0.91% | - |
| XYZ | 51.93 | 49.64 | 82.44 | - |
| YUV | 189.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 231 | 0.18 | 0.22 | 0 | 0.09 | 249.6 | 0.51 | 0.81 |
| Hex | BD | B5 | E7 | 12 | 16 | 0 | 9 | FA | 33 | 51 |
| Octal | 275 | 265 | 347 | 22 | 26 | 0 | 11 | 372 | 63 | 121 |
| Binary | 10111101 | 10110101 | 11100111 | 10010 | 10110 | 0 | 1001 | 11111010 | 110011 | 1010001 |
Color Harmonies of #BDB5E7
Complementary color
Monochromatic Colors of #BDB5E7
Black with #BDB5E7
Text Example
Text Example
White with #BDB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5E7; }
p { color: rgb(189,181,231); }
H1.HeaderClassName
{
color: #BDB5E7;
}
.AnyTagClassName
{
color: #BDB5E7;
}
</style>
background-color css
<style>
a { background-color: #BDB5E7; }
a { background-color: rgb(189,181,231); }
div.DivClassName
{
background-color: #BDB5E7;
}
.BgClassName
{
background-color: #BDB5E7;
}
</style>
border-color css
<style>
span { border-color: #BDB5E7; }
span { border-color: rgb(189,181,231); }
td.TdClassName
{
border-color: #BDB5E7;
}
.TagClassName
{
border-color: #BDB5E7;
}
</style>