Shades of Melrose #BDA7FA
Tints of Melrose #BDA7FA
RGB
CMYK
RGB Variations
Color information
#BDA7FA (or 0xBDA7FA) is known color: Melrose. HEX triplet: BD, A7 and FA. RGB value is (189,167,250). Sum of RGB (Red+Green+Blue) = 189+167+250=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7FA is #425805. Grayscale: #B6B6B6. Windows color (decimal): -4347910 or 16426941. OLE color: 16426941.
HSL color Cylindrical-coordinate representation of color #BDA7FA: hue angle of 255.9º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA7FA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 167 | 250 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.02 |
| HSL | 255.9º | 0.89% | 0.82% | - |
| HSV(B) | 255.9º | 0.33% | 0.98% | - |
| XYZ | 52.06 | 45.36 | 96.45 | - |
| YUV | 183.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 250 | 0.24 | 0.33 | 0 | 0.02 | 255.9 | 0.89 | 0.82 |
| Hex | BD | A7 | FA | 18 | 21 | 0 | 2 | 100 | 59 | 52 |
| Octal | 275 | 247 | 372 | 30 | 41 | 0 | 2 | 400 | 131 | 122 |
| Binary | 10111101 | 10100111 | 11111010 | 11000 | 100001 | 0 | 10 | 100000000 | 1011001 | 1010010 |
Color Harmonies of #BDA7FA
Complementary color
Monochromatic Colors of #BDA7FA
Black with #BDA7FA
Text Example
Text Example
White with #BDA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7FA; }
p { color: rgb(189,167,250); }
H1.HeaderClassName
{
color: #BDA7FA;
}
.AnyTagClassName
{
color: #BDA7FA;
}
</style>
background-color css
<style>
a { background-color: #BDA7FA; }
a { background-color: rgb(189,167,250); }
div.DivClassName
{
background-color: #BDA7FA;
}
.BgClassName
{
background-color: #BDA7FA;
}
</style>
border-color css
<style>
span { border-color: #BDA7FA; }
span { border-color: rgb(189,167,250); }
td.TdClassName
{
border-color: #BDA7FA;
}
.TagClassName
{
border-color: #BDA7FA;
}
</style>