Shades of Melrose #BDA7FB
Tints of Melrose #BDA7FB
RGB
CMYK
RGB Variations
Color information
#BDA7FB (or 0xBDA7FB) is known color: Melrose. HEX triplet: BD, A7 and FB. RGB value is (189,167,251). Sum of RGB (Red+Green+Blue) = 189+167+251=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7FB is #425804. Grayscale: #B6B6B6. Windows color (decimal): -4347909 or 16492477. OLE color: 16492477.
HSL color Cylindrical-coordinate representation of color #BDA7FB: hue angle of 255.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA7FB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 167 | 251 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.02 |
| HSL | 255.71º | 0.91% | 0.82% | - |
| HSV(B) | 255.71º | 0.33% | 0.98% | - |
| XYZ | 52.22 | 45.42 | 97.28 | - |
| YUV | 183.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 251 | 0.25 | 0.33 | 0 | 0.02 | 255.71 | 0.91 | 0.82 |
| Hex | BD | A7 | FB | 19 | 21 | 0 | 2 | 100 | 5B | 52 |
| Octal | 275 | 247 | 373 | 31 | 41 | 0 | 2 | 400 | 133 | 122 |
| Binary | 10111101 | 10100111 | 11111011 | 11001 | 100001 | 0 | 10 | 100000000 | 1011011 | 1010010 |
Color Harmonies of #BDA7FB
Complementary color
Monochromatic Colors of #BDA7FB
Black with #BDA7FB
Text Example
Text Example
White with #BDA7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7FB; }
p { color: rgb(189,167,251); }
H1.HeaderClassName
{
color: #BDA7FB;
}
.AnyTagClassName
{
color: #BDA7FB;
}
</style>
background-color css
<style>
a { background-color: #BDA7FB; }
a { background-color: rgb(189,167,251); }
div.DivClassName
{
background-color: #BDA7FB;
}
.BgClassName
{
background-color: #BDA7FB;
}
</style>
border-color css
<style>
span { border-color: #BDA7FB; }
span { border-color: rgb(189,167,251); }
td.TdClassName
{
border-color: #BDA7FB;
}
.TagClassName
{
border-color: #BDA7FB;
}
</style>