Shades of Melrose #BDB4DB
Tints of Melrose #BDB4DB
RGB
CMYK
RGB Variations
Color information
#BDB4DB (or 0xBDB4DB) is known color: Melrose. HEX triplet: BD, B4 and DB. RGB value is (189,180,219). Sum of RGB (Red+Green+Blue) = 189+180+219=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4DB is #424B24. Grayscale: #BABABA. Windows color (decimal): -4344613 or 14398653. OLE color: 14398653.
HSL color Cylindrical-coordinate representation of color #BDB4DB: hue angle of 253.85º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB4DB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 180 | 219 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.14 |
| HSL | 253.85º | 0.35% | 0.78% | - |
| HSV(B) | 253.85º | 0.18% | 0.86% | - |
| XYZ | 50.09 | 48.58 | 73.75 | - |
| YUV | 187.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 219 | 0.14 | 0.18 | 0 | 0.14 | 253.85 | 0.35 | 0.78 |
| Hex | BD | B4 | DB | E | 12 | 0 | E | FE | 23 | 4E |
| Octal | 275 | 264 | 333 | 16 | 22 | 0 | 16 | 376 | 43 | 116 |
| Binary | 10111101 | 10110100 | 11011011 | 1110 | 10010 | 0 | 1110 | 11111110 | 100011 | 1001110 |
Color Harmonies of #BDB4DB
Complementary color
Monochromatic Colors of #BDB4DB
Black with #BDB4DB
Text Example
Text Example
White with #BDB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4DB; }
p { color: rgb(189,180,219); }
H1.HeaderClassName
{
color: #BDB4DB;
}
.AnyTagClassName
{
color: #BDB4DB;
}
</style>
background-color css
<style>
a { background-color: #BDB4DB; }
a { background-color: rgb(189,180,219); }
div.DivClassName
{
background-color: #BDB4DB;
}
.BgClassName
{
background-color: #BDB4DB;
}
</style>
border-color css
<style>
span { border-color: #BDB4DB; }
span { border-color: rgb(189,180,219); }
td.TdClassName
{
border-color: #BDB4DB;
}
.TagClassName
{
border-color: #BDB4DB;
}
</style>