Shades of Melrose #BDA4FE
Tints of Melrose #BDA4FE
RGB
CMYK
RGB Variations
Color information
#BDA4FE (or 0xBDA4FE) is known color: Melrose. HEX triplet: BD, A4 and FE. RGB value is (189,164,254). Sum of RGB (Red+Green+Blue) = 189+164+254=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4FE is #425B01. Grayscale: #B5B5B5. Windows color (decimal): -4348674 or 16688317. OLE color: 16688317.
HSL color Cylindrical-coordinate representation of color #BDA4FE: hue angle of 256.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA4FE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 164 | 254 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.00 |
| HSL | 256.67º | 0.98% | 0.82% | - |
| HSV(B) | 256.67º | 0.35% | 1% | - |
| XYZ | 52.15 | 44.53 | 99.61 | - |
| YUV | 181.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 254 | 0.26 | 0.35 | 0 | 0.00 | 256.67 | 0.98 | 0.82 |
| Hex | BD | A4 | FE | 1A | 23 | 0 | 0 | 101 | 62 | 52 |
| Octal | 275 | 244 | 376 | 32 | 43 | 0 | 0 | 401 | 142 | 122 |
| Binary | 10111101 | 10100100 | 11111110 | 11010 | 100011 | 0 | 0 | 100000001 | 1100010 | 1010010 |
Color Harmonies of #BDA4FE
Complementary color
Monochromatic Colors of #BDA4FE
Black with #BDA4FE
Text Example
Text Example
White with #BDA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4FE; }
p { color: rgb(189,164,254); }
H1.HeaderClassName
{
color: #BDA4FE;
}
.AnyTagClassName
{
color: #BDA4FE;
}
</style>
background-color css
<style>
a { background-color: #BDA4FE; }
a { background-color: rgb(189,164,254); }
div.DivClassName
{
background-color: #BDA4FE;
}
.BgClassName
{
background-color: #BDA4FE;
}
</style>
border-color css
<style>
span { border-color: #BDA4FE; }
span { border-color: rgb(189,164,254); }
td.TdClassName
{
border-color: #BDA4FE;
}
.TagClassName
{
border-color: #BDA4FE;
}
</style>