Shades of Melrose #BDB2E6
Tints of Melrose #BDB2E6
RGB
CMYK
RGB Variations
Color information
#BDB2E6 (or 0xBDB2E6) is known color: Melrose. HEX triplet: BD, B2 and E6. RGB value is (189,178,230). Sum of RGB (Red+Green+Blue) = 189+178+230=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDB2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2E6 is #424D19. Grayscale: #BBBBBB. Windows color (decimal): -4345114 or 15119037. OLE color: 15119037.
HSL color Cylindrical-coordinate representation of color #BDB2E6: hue angle of 252.69º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB2E6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 178 | 230 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.10 |
| HSL | 252.69º | 0.51% | 0.8% | - |
| HSV(B) | 252.69º | 0.23% | 0.9% | - |
| XYZ | 51.19 | 48.37 | 81.5 | - |
| YUV | 187.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 230 | 0.18 | 0.23 | 0 | 0.10 | 252.69 | 0.51 | 0.8 |
| Hex | BD | B2 | E6 | 12 | 17 | 0 | A | FD | 33 | 50 |
| Octal | 275 | 262 | 346 | 22 | 27 | 0 | 12 | 375 | 63 | 120 |
| Binary | 10111101 | 10110010 | 11100110 | 10010 | 10111 | 0 | 1010 | 11111101 | 110011 | 1010000 |
Color Harmonies of #BDB2E6
Complementary color
Monochromatic Colors of #BDB2E6
Black with #BDB2E6
Text Example
Text Example
White with #BDB2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2E6; }
p { color: rgb(189,178,230); }
H1.HeaderClassName
{
color: #BDB2E6;
}
.AnyTagClassName
{
color: #BDB2E6;
}
</style>
background-color css
<style>
a { background-color: #BDB2E6; }
a { background-color: rgb(189,178,230); }
div.DivClassName
{
background-color: #BDB2E6;
}
.BgClassName
{
background-color: #BDB2E6;
}
</style>
border-color css
<style>
span { border-color: #BDB2E6; }
span { border-color: rgb(189,178,230); }
td.TdClassName
{
border-color: #BDB2E6;
}
.TagClassName
{
border-color: #BDB2E6;
}
</style>