Shades of Melrose #BDA9EA
Tints of Melrose #BDA9EA
RGB
CMYK
RGB Variations
Color information
#BDA9EA (or 0xBDA9EA) is known color: Melrose. HEX triplet: BD, A9 and EA. RGB value is (189,169,234). Sum of RGB (Red+Green+Blue) = 189+169+234=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9EA is #425615. Grayscale: #B6B6B6. Windows color (decimal): -4347414 or 15378877. OLE color: 15378877.
HSL color Cylindrical-coordinate representation of color #BDA9EA: hue angle of 258.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA9EA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 169 | 234 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.08 |
| HSL | 258.46º | 0.61% | 0.79% | - |
| HSV(B) | 258.46º | 0.28% | 0.92% | - |
| XYZ | 50.03 | 45.14 | 83.92 | - |
| YUV | 182.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 234 | 0.19 | 0.28 | 0 | 0.08 | 258.46 | 0.61 | 0.79 |
| Hex | BD | A9 | EA | 13 | 1C | 0 | 8 | 102 | 3D | 4F |
| Octal | 275 | 251 | 352 | 23 | 34 | 0 | 10 | 402 | 75 | 117 |
| Binary | 10111101 | 10101001 | 11101010 | 10011 | 11100 | 0 | 1000 | 100000010 | 111101 | 1001111 |
Color Harmonies of #BDA9EA
Complementary color
Monochromatic Colors of #BDA9EA
Black with #BDA9EA
Text Example
Text Example
White with #BDA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9EA; }
p { color: rgb(189,169,234); }
H1.HeaderClassName
{
color: #BDA9EA;
}
.AnyTagClassName
{
color: #BDA9EA;
}
</style>
background-color css
<style>
a { background-color: #BDA9EA; }
a { background-color: rgb(189,169,234); }
div.DivClassName
{
background-color: #BDA9EA;
}
.BgClassName
{
background-color: #BDA9EA;
}
</style>
border-color css
<style>
span { border-color: #BDA9EA; }
span { border-color: rgb(189,169,234); }
td.TdClassName
{
border-color: #BDA9EA;
}
.TagClassName
{
border-color: #BDA9EA;
}
</style>