Shades of Melrose #BDB2DD
Tints of Melrose #BDB2DD
RGB
CMYK
RGB Variations
Color information
#BDB2DD (or 0xBDB2DD) is known color: Melrose. HEX triplet: BD, B2 and DD. RGB value is (189,178,221). Sum of RGB (Red+Green+Blue) = 189+178+221=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DD is #424D22. Grayscale: #BABABA. Windows color (decimal): -4345123 or 14529213. OLE color: 14529213.
HSL color Cylindrical-coordinate representation of color #BDB2DD: hue angle of 255.35º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB2DD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 178 | 221 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.13 |
| HSL | 255.35º | 0.39% | 0.78% | - |
| HSV(B) | 255.35º | 0.19% | 0.87% | - |
| XYZ | 49.96 | 47.88 | 75.02 | - |
| YUV | 186.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 221 | 0.14 | 0.19 | 0 | 0.13 | 255.35 | 0.39 | 0.78 |
| Hex | BD | B2 | DD | E | 13 | 0 | D | FF | 27 | 4E |
| Octal | 275 | 262 | 335 | 16 | 23 | 0 | 15 | 377 | 47 | 116 |
| Binary | 10111101 | 10110010 | 11011101 | 1110 | 10011 | 0 | 1101 | 11111111 | 100111 | 1001110 |
Color Harmonies of #BDB2DD
Complementary color
Monochromatic Colors of #BDB2DD
Black with #BDB2DD
Text Example
Text Example
White with #BDB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2DD; }
p { color: rgb(189,178,221); }
H1.HeaderClassName
{
color: #BDB2DD;
}
.AnyTagClassName
{
color: #BDB2DD;
}
</style>
background-color css
<style>
a { background-color: #BDB2DD; }
a { background-color: rgb(189,178,221); }
div.DivClassName
{
background-color: #BDB2DD;
}
.BgClassName
{
background-color: #BDB2DD;
}
</style>
border-color css
<style>
span { border-color: #BDB2DD; }
span { border-color: rgb(189,178,221); }
td.TdClassName
{
border-color: #BDB2DD;
}
.TagClassName
{
border-color: #BDB2DD;
}
</style>