Shades of Melrose #BDA3FF
Tints of Melrose #BDA3FF
RGB
CMYK
RGB Variations
Color information
#BDA3FF (or 0xBDA3FF) is known color: Melrose. HEX triplet: BD, A3 and FF. RGB value is (189,163,255). Sum of RGB (Red+Green+Blue) = 189+163+255=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3FF is #425C00. Grayscale: #B4B4B4. Windows color (decimal): -4348929 or 16753597. OLE color: 16753597.
HSL color Cylindrical-coordinate representation of color #BDA3FF: hue angle of 256.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA3FF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 163 | 255 | - |
| CMYK | 0.26 | 0.36 | 0 | 0 |
| HSL | 256.96º | 1% | 0.82% | - |
| HSV(B) | 256.96º | 0.36% | 1% | - |
| XYZ | 52.13 | 44.23 | 100.4 | - |
| YUV | 181.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 255 | 0.26 | 0.36 | 0 | 0 | 256.96 | 1 | 0.82 |
| Hex | BD | A3 | FF | 1A | 24 | 0 | 0 | 101 | 64 | 52 |
| Octal | 275 | 243 | 377 | 32 | 44 | 0 | 0 | 401 | 144 | 122 |
| Binary | 10111101 | 10100011 | 11111111 | 11010 | 100100 | 0 | 0 | 100000001 | 1100100 | 1010010 |
Color Harmonies of #BDA3FF
Complementary color
Monochromatic Colors of #BDA3FF
Black with #BDA3FF
Text Example
Text Example
White with #BDA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3FF; }
p { color: rgb(189,163,255); }
H1.HeaderClassName
{
color: #BDA3FF;
}
.AnyTagClassName
{
color: #BDA3FF;
}
</style>
background-color css
<style>
a { background-color: #BDA3FF; }
a { background-color: rgb(189,163,255); }
div.DivClassName
{
background-color: #BDA3FF;
}
.BgClassName
{
background-color: #BDA3FF;
}
</style>
border-color css
<style>
span { border-color: #BDA3FF; }
span { border-color: rgb(189,163,255); }
td.TdClassName
{
border-color: #BDA3FF;
}
.TagClassName
{
border-color: #BDA3FF;
}
</style>