Shades of Melrose #BDB6DD
Tints of Melrose #BDB6DD
RGB
CMYK
RGB Variations
Color information
#BDB6DD (or 0xBDB6DD) is known color: Melrose. HEX triplet: BD, B6 and DD. RGB value is (189,182,221). Sum of RGB (Red+Green+Blue) = 189+182+221=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6DD is #424922. Grayscale: #BCBCBC. Windows color (decimal): -4344099 or 14530237. OLE color: 14530237.
HSL color Cylindrical-coordinate representation of color #BDB6DD: hue angle of 250.77º degrees, saturation: 0.36, 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 #BDB6DD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 189 | 182 | 221 | - |
CMYK | 0.14 | 0.18 | 0 | 0.13 |
HSL | 250.77º | 0.36% | 0.79% | - |
HSV(B) | 250.77º | 0.18% | 0.87% | - |
XYZ | 50.77 | 49.5 | 75.28 | - |
YUV | 188.54 | 146.32 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 182 | 221 | 0.14 | 0.18 | 0 | 0.13 | 250.77 | 0.36 | 0.79 |
Hex | BD | B6 | DD | E | 12 | 0 | D | FB | 24 | 4F |
Octal | 275 | 266 | 335 | 16 | 22 | 0 | 15 | 373 | 44 | 117 |
Binary | 10111101 | 10110110 | 11011101 | 1110 | 10010 | 0 | 1101 | 11111011 | 100100 | 1001111 |
Color Harmonies of #BDB6DD
Complementary color
Monochromatic Colors of #BDB6DD
Black with #BDB6DD
Text Example
Text Example
White with #BDB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6DD; }
p { color: rgb(189,182,221); }
H1.HeaderClassName
{
color: #BDB6DD;
}
.AnyTagClassName
{
color: #BDB6DD;
}
</style>
background-color css
<style>
a { background-color: #BDB6DD; }
a { background-color: rgb(189,182,221); }
div.DivClassName
{
background-color: #BDB6DD;
}
.BgClassName
{
background-color: #BDB6DD;
}
</style>
border-color css
<style>
span { border-color: #BDB6DD; }
span { border-color: rgb(189,182,221); }
td.TdClassName
{
border-color: #BDB6DD;
}
.TagClassName
{
border-color: #BDB6DD;
}
</style>