Shades of Melrose #BDA7FC
Tints of Melrose #BDA7FC
RGB
CMYK
RGB Variations
Color information
#BDA7FC (or 0xBDA7FC) is known color: Melrose. HEX triplet: BD, A7 and FC. RGB value is (189,167,252). Sum of RGB (Red+Green+Blue) = 189+167+252=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDA7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7FC is #425803. Grayscale: #B6B6B6. Windows color (decimal): -4347908 or 16558013. OLE color: 16558013.
HSL color Cylindrical-coordinate representation of color #BDA7FC: hue angle of 255.53º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA7FC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 167 | 252 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.01 |
| HSL | 255.53º | 0.93% | 0.82% | - |
| HSV(B) | 255.53º | 0.34% | 0.99% | - |
| XYZ | 52.38 | 45.48 | 98.11 | - |
| YUV | 183.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 252 | 0.25 | 0.34 | 0 | 0.01 | 255.53 | 0.93 | 0.82 |
| Hex | BD | A7 | FC | 19 | 22 | 0 | 1 | 100 | 5D | 52 |
| Octal | 275 | 247 | 374 | 31 | 42 | 0 | 1 | 400 | 135 | 122 |
| Binary | 10111101 | 10100111 | 11111100 | 11001 | 100010 | 0 | 1 | 100000000 | 1011101 | 1010010 |
Color Harmonies of #BDA7FC
Complementary color
Monochromatic Colors of #BDA7FC
Black with #BDA7FC
Text Example
Text Example
White with #BDA7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7FC; }
p { color: rgb(189,167,252); }
H1.HeaderClassName
{
color: #BDA7FC;
}
.AnyTagClassName
{
color: #BDA7FC;
}
</style>
background-color css
<style>
a { background-color: #BDA7FC; }
a { background-color: rgb(189,167,252); }
div.DivClassName
{
background-color: #BDA7FC;
}
.BgClassName
{
background-color: #BDA7FC;
}
</style>
border-color css
<style>
span { border-color: #BDA7FC; }
span { border-color: rgb(189,167,252); }
td.TdClassName
{
border-color: #BDA7FC;
}
.TagClassName
{
border-color: #BDA7FC;
}
</style>