Shades of Melrose #BDA9F1
Tints of Melrose #BDA9F1
RGB
CMYK
RGB Variations
Color information
#BDA9F1 (or 0xBDA9F1) is known color: Melrose. HEX triplet: BD, A9 and F1. RGB value is (189,169,241). Sum of RGB (Red+Green+Blue) = 189+169+241=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9F1 is #42560E. Grayscale: #B6B6B6. Windows color (decimal): -4347407 or 15837629. OLE color: 15837629.
HSL color Cylindrical-coordinate representation of color #BDA9F1: hue angle of 256.67º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA9F1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 169 | 241 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.05 |
| HSL | 256.67º | 0.72% | 0.8% | - |
| HSV(B) | 256.67º | 0.3% | 0.95% | - |
| XYZ | 51.05 | 45.55 | 89.32 | - |
| YUV | 183.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 241 | 0.22 | 0.30 | 0 | 0.05 | 256.67 | 0.72 | 0.8 |
| Hex | BD | A9 | F1 | 16 | 1E | 0 | 5 | 101 | 48 | 50 |
| Octal | 275 | 251 | 361 | 26 | 36 | 0 | 5 | 401 | 110 | 120 |
| Binary | 10111101 | 10101001 | 11110001 | 10110 | 11110 | 0 | 101 | 100000001 | 1001000 | 1010000 |
Color Harmonies of #BDA9F1
Complementary color
Monochromatic Colors of #BDA9F1
Black with #BDA9F1
Text Example
Text Example
White with #BDA9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9F1; }
p { color: rgb(189,169,241); }
H1.HeaderClassName
{
color: #BDA9F1;
}
.AnyTagClassName
{
color: #BDA9F1;
}
</style>
background-color css
<style>
a { background-color: #BDA9F1; }
a { background-color: rgb(189,169,241); }
div.DivClassName
{
background-color: #BDA9F1;
}
.BgClassName
{
background-color: #BDA9F1;
}
</style>
border-color css
<style>
span { border-color: #BDA9F1; }
span { border-color: rgb(189,169,241); }
td.TdClassName
{
border-color: #BDA9F1;
}
.TagClassName
{
border-color: #BDA9F1;
}
</style>