Shades of Melrose #BDA5FA
Tints of Melrose #BDA5FA
RGB
CMYK
RGB Variations
Color information
#BDA5FA (or 0xBDA5FA) is known color: Melrose. HEX triplet: BD, A5 and FA. RGB value is (189,165,250). Sum of RGB (Red+Green+Blue) = 189+165+250=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5FA is #425A05. Grayscale: #B5B5B5. Windows color (decimal): -4348422 or 16426429. OLE color: 16426429.
HSL color Cylindrical-coordinate representation of color #BDA5FA: hue angle of 256.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA5FA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 165 | 250 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.02 |
| HSL | 256.94º | 0.89% | 0.81% | - |
| HSV(B) | 256.94º | 0.34% | 0.98% | - |
| XYZ | 51.7 | 44.63 | 96.33 | - |
| YUV | 181.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 250 | 0.24 | 0.34 | 0 | 0.02 | 256.94 | 0.89 | 0.81 |
| Hex | BD | A5 | FA | 18 | 22 | 0 | 2 | 101 | 59 | 51 |
| Octal | 275 | 245 | 372 | 30 | 42 | 0 | 2 | 401 | 131 | 121 |
| Binary | 10111101 | 10100101 | 11111010 | 11000 | 100010 | 0 | 10 | 100000001 | 1011001 | 1010001 |
Color Harmonies of #BDA5FA
Complementary color
Monochromatic Colors of #BDA5FA
Black with #BDA5FA
Text Example
Text Example
White with #BDA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5FA; }
p { color: rgb(189,165,250); }
H1.HeaderClassName
{
color: #BDA5FA;
}
.AnyTagClassName
{
color: #BDA5FA;
}
</style>
background-color css
<style>
a { background-color: #BDA5FA; }
a { background-color: rgb(189,165,250); }
div.DivClassName
{
background-color: #BDA5FA;
}
.BgClassName
{
background-color: #BDA5FA;
}
</style>
border-color css
<style>
span { border-color: #BDA5FA; }
span { border-color: rgb(189,165,250); }
td.TdClassName
{
border-color: #BDA5FA;
}
.TagClassName
{
border-color: #BDA5FA;
}
</style>