Shades of Melrose #BDB2DE
Tints of Melrose #BDB2DE
RGB
CMYK
RGB Variations
Color information
#BDB2DE (or 0xBDB2DE) is known color: Melrose. HEX triplet: BD, B2 and DE. RGB value is (189,178,222). Sum of RGB (Red+Green+Blue) = 189+178+222=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDB2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DE is #424D21. Grayscale: #BABABA. Windows color (decimal): -4345122 or 14594749. OLE color: 14594749.
HSL color Cylindrical-coordinate representation of color #BDB2DE: hue angle of 255º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB2DE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 178 | 222 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.13 |
| HSL | 255º | 0.4% | 0.78% | - |
| HSV(B) | 255º | 0.2% | 0.87% | - |
| XYZ | 50.09 | 47.93 | 75.72 | - |
| YUV | 186.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 222 | 0.15 | 0.20 | 0 | 0.13 | 255 | 0.4 | 0.78 |
| Hex | BD | B2 | DE | F | 14 | 0 | D | FF | 28 | 4E |
| Octal | 275 | 262 | 336 | 17 | 24 | 0 | 15 | 377 | 50 | 116 |
| Binary | 10111101 | 10110010 | 11011110 | 1111 | 10100 | 0 | 1101 | 11111111 | 101000 | 1001110 |
Color Harmonies of #BDB2DE
Complementary color
Monochromatic Colors of #BDB2DE
Black with #BDB2DE
Text Example
Text Example
White with #BDB2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2DE; }
p { color: rgb(189,178,222); }
H1.HeaderClassName
{
color: #BDB2DE;
}
.AnyTagClassName
{
color: #BDB2DE;
}
</style>
background-color css
<style>
a { background-color: #BDB2DE; }
a { background-color: rgb(189,178,222); }
div.DivClassName
{
background-color: #BDB2DE;
}
.BgClassName
{
background-color: #BDB2DE;
}
</style>
border-color css
<style>
span { border-color: #BDB2DE; }
span { border-color: rgb(189,178,222); }
td.TdClassName
{
border-color: #BDB2DE;
}
.TagClassName
{
border-color: #BDB2DE;
}
</style>