Shades of Melrose #BDA9EC
Tints of Melrose #BDA9EC
RGB
CMYK
RGB Variations
Color information
#BDA9EC (or 0xBDA9EC) is known color: Melrose. HEX triplet: BD, A9 and EC. RGB value is (189,169,236). Sum of RGB (Red+Green+Blue) = 189+169+236=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9EC is #425613. Grayscale: #B6B6B6. Windows color (decimal): -4347412 or 15509949. OLE color: 15509949.
HSL color Cylindrical-coordinate representation of color #BDA9EC: hue angle of 257.91º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA9EC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 169 | 236 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.07 |
| HSL | 257.91º | 0.64% | 0.79% | - |
| HSV(B) | 257.91º | 0.28% | 0.93% | - |
| XYZ | 50.31 | 45.25 | 85.44 | - |
| YUV | 182.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 236 | 0.20 | 0.28 | 0 | 0.07 | 257.91 | 0.64 | 0.79 |
| Hex | BD | A9 | EC | 14 | 1C | 0 | 7 | 102 | 40 | 4F |
| Octal | 275 | 251 | 354 | 24 | 34 | 0 | 7 | 402 | 100 | 117 |
| Binary | 10111101 | 10101001 | 11101100 | 10100 | 11100 | 0 | 111 | 100000010 | 1000000 | 1001111 |
Color Harmonies of #BDA9EC
Complementary color
Monochromatic Colors of #BDA9EC
Black with #BDA9EC
Text Example
Text Example
White with #BDA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9EC; }
p { color: rgb(189,169,236); }
H1.HeaderClassName
{
color: #BDA9EC;
}
.AnyTagClassName
{
color: #BDA9EC;
}
</style>
background-color css
<style>
a { background-color: #BDA9EC; }
a { background-color: rgb(189,169,236); }
div.DivClassName
{
background-color: #BDA9EC;
}
.BgClassName
{
background-color: #BDA9EC;
}
</style>
border-color css
<style>
span { border-color: #BDA9EC; }
span { border-color: rgb(189,169,236); }
td.TdClassName
{
border-color: #BDA9EC;
}
.TagClassName
{
border-color: #BDA9EC;
}
</style>