Shades of Melrose #BDA6FA
Tints of Melrose #BDA6FA
RGB
CMYK
RGB Variations
Color information
#BDA6FA (or 0xBDA6FA) is known color: Melrose. HEX triplet: BD, A6 and FA. RGB value is (189,166,250). Sum of RGB (Red+Green+Blue) = 189+166+250=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6FA is #425905. Grayscale: #B6B6B6. Windows color (decimal): -4348166 or 16426685. OLE color: 16426685.
HSL color Cylindrical-coordinate representation of color #BDA6FA: hue angle of 256.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA6FA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 166 | 250 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.02 |
| HSL | 256.43º | 0.89% | 0.82% | - |
| HSV(B) | 256.43º | 0.34% | 0.98% | - |
| XYZ | 51.88 | 44.99 | 96.39 | - |
| YUV | 182.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 250 | 0.24 | 0.34 | 0 | 0.02 | 256.43 | 0.89 | 0.82 |
| Hex | BD | A6 | FA | 18 | 22 | 0 | 2 | 100 | 59 | 52 |
| Octal | 275 | 246 | 372 | 30 | 42 | 0 | 2 | 400 | 131 | 122 |
| Binary | 10111101 | 10100110 | 11111010 | 11000 | 100010 | 0 | 10 | 100000000 | 1011001 | 1010010 |
Color Harmonies of #BDA6FA
Complementary color
Monochromatic Colors of #BDA6FA
Black with #BDA6FA
Text Example
Text Example
White with #BDA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6FA; }
p { color: rgb(189,166,250); }
H1.HeaderClassName
{
color: #BDA6FA;
}
.AnyTagClassName
{
color: #BDA6FA;
}
</style>
background-color css
<style>
a { background-color: #BDA6FA; }
a { background-color: rgb(189,166,250); }
div.DivClassName
{
background-color: #BDA6FA;
}
.BgClassName
{
background-color: #BDA6FA;
}
</style>
border-color css
<style>
span { border-color: #BDA6FA; }
span { border-color: rgb(189,166,250); }
td.TdClassName
{
border-color: #BDA6FA;
}
.TagClassName
{
border-color: #BDA6FA;
}
</style>