Shades of Melrose #BDB2E8
Tints of Melrose #BDB2E8
RGB
CMYK
RGB Variations
Color information
#BDB2E8 (or 0xBDB2E8) is known color: Melrose. HEX triplet: BD, B2 and E8. RGB value is (189,178,232). Sum of RGB (Red+Green+Blue) = 189+178+232=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDB2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2E8 is #424D17. Grayscale: #BBBBBB. Windows color (decimal): -4345112 or 15250109. OLE color: 15250109.
HSL color Cylindrical-coordinate representation of color #BDB2E8: hue angle of 252.22º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB2E8 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 178 | 232 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.09 |
| HSL | 252.22º | 0.54% | 0.8% | - |
| HSV(B) | 252.22º | 0.23% | 0.91% | - |
| XYZ | 51.47 | 48.49 | 82.99 | - |
| YUV | 187.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 232 | 0.19 | 0.23 | 0 | 0.09 | 252.22 | 0.54 | 0.8 |
| Hex | BD | B2 | E8 | 13 | 17 | 0 | 9 | FC | 36 | 50 |
| Octal | 275 | 262 | 350 | 23 | 27 | 0 | 11 | 374 | 66 | 120 |
| Binary | 10111101 | 10110010 | 11101000 | 10011 | 10111 | 0 | 1001 | 11111100 | 110110 | 1010000 |
Color Harmonies of #BDB2E8
Complementary color
Monochromatic Colors of #BDB2E8
Black with #BDB2E8
Text Example
Text Example
White with #BDB2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2E8; }
p { color: rgb(189,178,232); }
H1.HeaderClassName
{
color: #BDB2E8;
}
.AnyTagClassName
{
color: #BDB2E8;
}
</style>
background-color css
<style>
a { background-color: #BDB2E8; }
a { background-color: rgb(189,178,232); }
div.DivClassName
{
background-color: #BDB2E8;
}
.BgClassName
{
background-color: #BDB2E8;
}
</style>
border-color css
<style>
span { border-color: #BDB2E8; }
span { border-color: rgb(189,178,232); }
td.TdClassName
{
border-color: #BDB2E8;
}
.TagClassName
{
border-color: #BDB2E8;
}
</style>