Shades of Melrose #BDA7FE
Tints of Melrose #BDA7FE
RGB
CMYK
RGB Variations
Color information
#BDA7FE (or 0xBDA7FE) is known color: Melrose. HEX triplet: BD, A7 and FE. RGB value is (189,167,254). Sum of RGB (Red+Green+Blue) = 189+167+254=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7FE is #425801. Grayscale: #B7B7B7. Windows color (decimal): -4347906 or 16689085. OLE color: 16689085.
HSL color Cylindrical-coordinate representation of color #BDA7FE: hue angle of 255.17º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA7FE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 167 | 254 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.00 |
| HSL | 255.17º | 0.98% | 0.83% | - |
| HSV(B) | 255.17º | 0.34% | 1% | - |
| XYZ | 52.69 | 45.61 | 99.79 | - |
| YUV | 183.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 254 | 0.26 | 0.34 | 0 | 0.00 | 255.17 | 0.98 | 0.83 |
| Hex | BD | A7 | FE | 1A | 22 | 0 | 0 | FF | 62 | 53 |
| Octal | 275 | 247 | 376 | 32 | 42 | 0 | 0 | 377 | 142 | 123 |
| Binary | 10111101 | 10100111 | 11111110 | 11010 | 100010 | 0 | 0 | 11111111 | 1100010 | 1010011 |
Color Harmonies of #BDA7FE
Complementary color
Monochromatic Colors of #BDA7FE
Black with #BDA7FE
Text Example
Text Example
White with #BDA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7FE; }
p { color: rgb(189,167,254); }
H1.HeaderClassName
{
color: #BDA7FE;
}
.AnyTagClassName
{
color: #BDA7FE;
}
</style>
background-color css
<style>
a { background-color: #BDA7FE; }
a { background-color: rgb(189,167,254); }
div.DivClassName
{
background-color: #BDA7FE;
}
.BgClassName
{
background-color: #BDA7FE;
}
</style>
border-color css
<style>
span { border-color: #BDA7FE; }
span { border-color: rgb(189,167,254); }
td.TdClassName
{
border-color: #BDA7FE;
}
.TagClassName
{
border-color: #BDA7FE;
}
</style>