Shades of Melrose #BDAAFD
Tints of Melrose #BDAAFD
RGB
CMYK
RGB Variations
Color information
#BDAAFD (or 0xBDAAFD) is known color: Melrose. HEX triplet: BD, AA and FD. RGB value is (189,170,253). Sum of RGB (Red+Green+Blue) = 189+170+253=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAAFD is #425502. Grayscale: #B8B8B8. Windows color (decimal): -4347139 or 16624317. OLE color: 16624317.
HSL color Cylindrical-coordinate representation of color #BDAAFD: hue angle of 253.73º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDAAFD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 170 | 253 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.01 |
| HSL | 253.73º | 0.95% | 0.83% | - |
| HSV(B) | 253.73º | 0.33% | 0.99% | - |
| XYZ | 53.09 | 46.66 | 99.14 | - |
| YUV | 185.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 253 | 0.25 | 0.33 | 0 | 0.01 | 253.73 | 0.95 | 0.83 |
| Hex | BD | AA | FD | 19 | 21 | 0 | 1 | FE | 5F | 53 |
| Octal | 275 | 252 | 375 | 31 | 41 | 0 | 1 | 376 | 137 | 123 |
| Binary | 10111101 | 10101010 | 11111101 | 11001 | 100001 | 0 | 1 | 11111110 | 1011111 | 1010011 |
Color Harmonies of #BDAAFD
Complementary color
Monochromatic Colors of #BDAAFD
Black with #BDAAFD
Text Example
Text Example
White with #BDAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAFD; }
p { color: rgb(189,170,253); }
H1.HeaderClassName
{
color: #BDAAFD;
}
.AnyTagClassName
{
color: #BDAAFD;
}
</style>
background-color css
<style>
a { background-color: #BDAAFD; }
a { background-color: rgb(189,170,253); }
div.DivClassName
{
background-color: #BDAAFD;
}
.BgClassName
{
background-color: #BDAAFD;
}
</style>
border-color css
<style>
span { border-color: #BDAAFD; }
span { border-color: rgb(189,170,253); }
td.TdClassName
{
border-color: #BDAAFD;
}
.TagClassName
{
border-color: #BDAAFD;
}
</style>