Shades of Melrose #BDA6F8
Tints of Melrose #BDA6F8
RGB
CMYK
RGB Variations
Color information
#BDA6F8 (or 0xBDA6F8) is known color: Melrose. HEX triplet: BD, A6 and F8. RGB value is (189,166,248). Sum of RGB (Red+Green+Blue) = 189+166+248=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDA6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6F8 is #425907. Grayscale: #B5B5B5. Windows color (decimal): -4348168 or 16295613. OLE color: 16295613.
HSL color Cylindrical-coordinate representation of color #BDA6F8: hue angle of 256.83º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA6F8 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 166 | 248 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.03 |
| HSL | 256.83º | 0.85% | 0.81% | - |
| HSV(B) | 256.83º | 0.33% | 0.97% | - |
| XYZ | 51.57 | 44.87 | 94.75 | - |
| YUV | 182.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 248 | 0.24 | 0.33 | 0 | 0.03 | 256.83 | 0.85 | 0.81 |
| Hex | BD | A6 | F8 | 18 | 21 | 0 | 3 | 101 | 55 | 51 |
| Octal | 275 | 246 | 370 | 30 | 41 | 0 | 3 | 401 | 125 | 121 |
| Binary | 10111101 | 10100110 | 11111000 | 11000 | 100001 | 0 | 11 | 100000001 | 1010101 | 1010001 |
Color Harmonies of #BDA6F8
Complementary color
Monochromatic Colors of #BDA6F8
Black with #BDA6F8
Text Example
Text Example
White with #BDA6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6F8; }
p { color: rgb(189,166,248); }
H1.HeaderClassName
{
color: #BDA6F8;
}
.AnyTagClassName
{
color: #BDA6F8;
}
</style>
background-color css
<style>
a { background-color: #BDA6F8; }
a { background-color: rgb(189,166,248); }
div.DivClassName
{
background-color: #BDA6F8;
}
.BgClassName
{
background-color: #BDA6F8;
}
</style>
border-color css
<style>
span { border-color: #BDA6F8; }
span { border-color: rgb(189,166,248); }
td.TdClassName
{
border-color: #BDA6F8;
}
.TagClassName
{
border-color: #BDA6F8;
}
</style>