Shades of Melrose #BDB6DE
Tints of Melrose #BDB6DE
RGB
CMYK
RGB Variations
Color information
#BDB6DE (or 0xBDB6DE) is known color: Melrose. HEX triplet: BD, B6 and DE. RGB value is (189,182,222). Sum of RGB (Red+Green+Blue) = 189+182+222=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6DE is #424921. Grayscale: #BCBCBC. Windows color (decimal): -4344098 or 14595773. OLE color: 14595773.
HSL color Cylindrical-coordinate representation of color #BDB6DE: hue angle of 250.5º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB6DE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 182 | 222 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.13 |
| HSL | 250.5º | 0.38% | 0.79% | - |
| HSV(B) | 250.5º | 0.18% | 0.87% | - |
| XYZ | 50.9 | 49.55 | 75.99 | - |
| YUV | 188.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 222 | 0.15 | 0.18 | 0 | 0.13 | 250.5 | 0.38 | 0.79 |
| Hex | BD | B6 | DE | F | 12 | 0 | D | FB | 26 | 4F |
| Octal | 275 | 266 | 336 | 17 | 22 | 0 | 15 | 373 | 46 | 117 |
| Binary | 10111101 | 10110110 | 11011110 | 1111 | 10010 | 0 | 1101 | 11111011 | 100110 | 1001111 |
Color Harmonies of #BDB6DE
Complementary color
Monochromatic Colors of #BDB6DE
Black with #BDB6DE
Text Example
Text Example
White with #BDB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6DE; }
p { color: rgb(189,182,222); }
H1.HeaderClassName
{
color: #BDB6DE;
}
.AnyTagClassName
{
color: #BDB6DE;
}
</style>
background-color css
<style>
a { background-color: #BDB6DE; }
a { background-color: rgb(189,182,222); }
div.DivClassName
{
background-color: #BDB6DE;
}
.BgClassName
{
background-color: #BDB6DE;
}
</style>
border-color css
<style>
span { border-color: #BDB6DE; }
span { border-color: rgb(189,182,222); }
td.TdClassName
{
border-color: #BDB6DE;
}
.TagClassName
{
border-color: #BDB6DE;
}
</style>