Shades of Melrose #BDA4FB
Tints of Melrose #BDA4FB
RGB
CMYK
RGB Variations
Color information
#BDA4FB (or 0xBDA4FB) is known color: Melrose. HEX triplet: BD, A4 and FB. RGB value is (189,164,251). Sum of RGB (Red+Green+Blue) = 189+164+251=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4FB is #425B04. Grayscale: #B5B5B5. Windows color (decimal): -4348677 or 16491709. OLE color: 16491709.
HSL color Cylindrical-coordinate representation of color #BDA4FB: hue angle of 257.24º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA4FB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 164 | 251 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.02 |
| HSL | 257.24º | 0.92% | 0.81% | - |
| HSV(B) | 257.24º | 0.35% | 0.98% | - |
| XYZ | 51.67 | 44.33 | 97.1 | - |
| YUV | 181.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 251 | 0.25 | 0.35 | 0 | 0.02 | 257.24 | 0.92 | 0.81 |
| Hex | BD | A4 | FB | 19 | 23 | 0 | 2 | 101 | 5C | 51 |
| Octal | 275 | 244 | 373 | 31 | 43 | 0 | 2 | 401 | 134 | 121 |
| Binary | 10111101 | 10100100 | 11111011 | 11001 | 100011 | 0 | 10 | 100000001 | 1011100 | 1010001 |
Color Harmonies of #BDA4FB
Complementary color
Monochromatic Colors of #BDA4FB
Black with #BDA4FB
Text Example
Text Example
White with #BDA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4FB; }
p { color: rgb(189,164,251); }
H1.HeaderClassName
{
color: #BDA4FB;
}
.AnyTagClassName
{
color: #BDA4FB;
}
</style>
background-color css
<style>
a { background-color: #BDA4FB; }
a { background-color: rgb(189,164,251); }
div.DivClassName
{
background-color: #BDA4FB;
}
.BgClassName
{
background-color: #BDA4FB;
}
</style>
border-color css
<style>
span { border-color: #BDA4FB; }
span { border-color: rgb(189,164,251); }
td.TdClassName
{
border-color: #BDA4FB;
}
.TagClassName
{
border-color: #BDA4FB;
}
</style>