Shades of Melrose #BDA9FA
Tints of Melrose #BDA9FA
RGB
CMYK
RGB Variations
Color information
#BDA9FA (or 0xBDA9FA) is known color: Melrose. HEX triplet: BD, A9 and FA. RGB value is (189,169,250). Sum of RGB (Red+Green+Blue) = 189+169+250=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9FA is #425605. Grayscale: #B7B7B7. Windows color (decimal): -4347398 or 16427453. OLE color: 16427453.
HSL color Cylindrical-coordinate representation of color #BDA9FA: hue angle of 254.81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA9FA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 169 | 250 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.02 |
| HSL | 254.81º | 0.89% | 0.82% | - |
| HSV(B) | 254.81º | 0.32% | 0.98% | - |
| XYZ | 52.43 | 46.1 | 96.58 | - |
| YUV | 184.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 250 | 0.24 | 0.32 | 0 | 0.02 | 254.81 | 0.89 | 0.82 |
| Hex | BD | A9 | FA | 18 | 20 | 0 | 2 | FF | 59 | 52 |
| Octal | 275 | 251 | 372 | 30 | 40 | 0 | 2 | 377 | 131 | 122 |
| Binary | 10111101 | 10101001 | 11111010 | 11000 | 100000 | 0 | 10 | 11111111 | 1011001 | 1010010 |
Color Harmonies of #BDA9FA
Complementary color
Monochromatic Colors of #BDA9FA
Black with #BDA9FA
Text Example
Text Example
White with #BDA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9FA; }
p { color: rgb(189,169,250); }
H1.HeaderClassName
{
color: #BDA9FA;
}
.AnyTagClassName
{
color: #BDA9FA;
}
</style>
background-color css
<style>
a { background-color: #BDA9FA; }
a { background-color: rgb(189,169,250); }
div.DivClassName
{
background-color: #BDA9FA;
}
.BgClassName
{
background-color: #BDA9FA;
}
</style>
border-color css
<style>
span { border-color: #BDA9FA; }
span { border-color: rgb(189,169,250); }
td.TdClassName
{
border-color: #BDA9FA;
}
.TagClassName
{
border-color: #BDA9FA;
}
</style>