Shades of Melrose #BDB5DF
Tints of Melrose #BDB5DF
RGB
CMYK
RGB Variations
Color information
#BDB5DF (or 0xBDB5DF) is known color: Melrose. HEX triplet: BD, B5 and DF. RGB value is (189,181,223). Sum of RGB (Red+Green+Blue) = 189+181+223=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5DF is #424A20. Grayscale: #BCBCBC. Windows color (decimal): -4344353 or 14661053. OLE color: 14661053.
HSL color Cylindrical-coordinate representation of color #BDB5DF: hue angle of 251.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB5DF is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 181 | 223 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.13 |
| HSL | 251.43º | 0.4% | 0.79% | - |
| HSV(B) | 251.43º | 0.19% | 0.87% | - |
| XYZ | 50.83 | 49.19 | 76.63 | - |
| YUV | 188.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 223 | 0.15 | 0.19 | 0 | 0.13 | 251.43 | 0.4 | 0.79 |
| Hex | BD | B5 | DF | F | 13 | 0 | D | FB | 28 | 4F |
| Octal | 275 | 265 | 337 | 17 | 23 | 0 | 15 | 373 | 50 | 117 |
| Binary | 10111101 | 10110101 | 11011111 | 1111 | 10011 | 0 | 1101 | 11111011 | 101000 | 1001111 |
Color Harmonies of #BDB5DF
Complementary color
Monochromatic Colors of #BDB5DF
Black with #BDB5DF
Text Example
Text Example
White with #BDB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5DF; }
p { color: rgb(189,181,223); }
H1.HeaderClassName
{
color: #BDB5DF;
}
.AnyTagClassName
{
color: #BDB5DF;
}
</style>
background-color css
<style>
a { background-color: #BDB5DF; }
a { background-color: rgb(189,181,223); }
div.DivClassName
{
background-color: #BDB5DF;
}
.BgClassName
{
background-color: #BDB5DF;
}
</style>
border-color css
<style>
span { border-color: #BDB5DF; }
span { border-color: rgb(189,181,223); }
td.TdClassName
{
border-color: #BDB5DF;
}
.TagClassName
{
border-color: #BDB5DF;
}
</style>