Shades of Melrose #BDB6DA
Tints of Melrose #BDB6DA
RGB
CMYK
RGB Variations
Color information
#BDB6DA (or 0xBDB6DA) is known color: Melrose. HEX triplet: BD, B6 and DA. RGB value is (189,182,218). Sum of RGB (Red+Green+Blue) = 189+182+218=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6DA is #424925. Grayscale: #BCBCBC. Windows color (decimal): -4344102 or 14333629. OLE color: 14333629.
HSL color Cylindrical-coordinate representation of color #BDB6DA: hue angle of 251.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB6DA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 182 | 218 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.15 |
| HSL | 251.67º | 0.33% | 0.78% | - |
| HSV(B) | 251.67º | 0.17% | 0.85% | - |
| XYZ | 50.37 | 49.34 | 73.2 | - |
| YUV | 188.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 218 | 0.13 | 0.17 | 0 | 0.15 | 251.67 | 0.33 | 0.78 |
| Hex | BD | B6 | DA | D | 11 | 0 | F | FC | 21 | 4E |
| Octal | 275 | 266 | 332 | 15 | 21 | 0 | 17 | 374 | 41 | 116 |
| Binary | 10111101 | 10110110 | 11011010 | 1101 | 10001 | 0 | 1111 | 11111100 | 100001 | 1001110 |
Color Harmonies of #BDB6DA
Complementary color
Monochromatic Colors of #BDB6DA
Black with #BDB6DA
Text Example
Text Example
White with #BDB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6DA; }
p { color: rgb(189,182,218); }
H1.HeaderClassName
{
color: #BDB6DA;
}
.AnyTagClassName
{
color: #BDB6DA;
}
</style>
background-color css
<style>
a { background-color: #BDB6DA; }
a { background-color: rgb(189,182,218); }
div.DivClassName
{
background-color: #BDB6DA;
}
.BgClassName
{
background-color: #BDB6DA;
}
</style>
border-color css
<style>
span { border-color: #BDB6DA; }
span { border-color: rgb(189,182,218); }
td.TdClassName
{
border-color: #BDB6DA;
}
.TagClassName
{
border-color: #BDB6DA;
}
</style>