Shades of Melrose #BDA8FD
Tints of Melrose #BDA8FD
RGB
CMYK
RGB Variations
Color information
#BDA8FD (or 0xBDA8FD) is known color: Melrose. HEX triplet: BD, A8 and FD. RGB value is (189,168,253). Sum of RGB (Red+Green+Blue) = 189+168+253=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FD is #425702. Grayscale: #B7B7B7. Windows color (decimal): -4347651 or 16623805. OLE color: 16623805.
HSL color Cylindrical-coordinate representation of color #BDA8FD: hue angle of 254.82º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA8FD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 168 | 253 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.01 |
| HSL | 254.82º | 0.96% | 0.83% | - |
| HSV(B) | 254.82º | 0.34% | 0.99% | - |
| XYZ | 52.72 | 45.92 | 99.01 | - |
| YUV | 183.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 253 | 0.25 | 0.34 | 0 | 0.01 | 254.82 | 0.96 | 0.83 |
| Hex | BD | A8 | FD | 19 | 22 | 0 | 1 | FF | 60 | 53 |
| Octal | 275 | 250 | 375 | 31 | 42 | 0 | 1 | 377 | 140 | 123 |
| Binary | 10111101 | 10101000 | 11111101 | 11001 | 100010 | 0 | 1 | 11111111 | 1100000 | 1010011 |
Color Harmonies of #BDA8FD
Complementary color
Monochromatic Colors of #BDA8FD
Black with #BDA8FD
Text Example
Text Example
White with #BDA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8FD; }
p { color: rgb(189,168,253); }
H1.HeaderClassName
{
color: #BDA8FD;
}
.AnyTagClassName
{
color: #BDA8FD;
}
</style>
background-color css
<style>
a { background-color: #BDA8FD; }
a { background-color: rgb(189,168,253); }
div.DivClassName
{
background-color: #BDA8FD;
}
.BgClassName
{
background-color: #BDA8FD;
}
</style>
border-color css
<style>
span { border-color: #BDA8FD; }
span { border-color: rgb(189,168,253); }
td.TdClassName
{
border-color: #BDA8FD;
}
.TagClassName
{
border-color: #BDA8FD;
}
</style>