Shades of Melrose #BDA6F4
Tints of Melrose #BDA6F4
RGB
CMYK
RGB Variations
Color information
#BDA6F4 (or 0xBDA6F4) is known color: Melrose. HEX triplet: BD, A6 and F4. RGB value is (189,166,244). Sum of RGB (Red+Green+Blue) = 189+166+244=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDA6F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6F4 is #42590B. Grayscale: #B5B5B5. Windows color (decimal): -4348172 or 16033469. OLE color: 16033469.
HSL color Cylindrical-coordinate representation of color #BDA6F4: hue angle of 257.69º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA6F4 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 166 | 244 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.04 |
| HSL | 257.69º | 0.78% | 0.8% | - |
| HSV(B) | 257.69º | 0.32% | 0.96% | - |
| XYZ | 50.95 | 44.62 | 91.52 | - |
| YUV | 181.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 244 | 0.23 | 0.32 | 0 | 0.04 | 257.69 | 0.78 | 0.8 |
| Hex | BD | A6 | F4 | 17 | 20 | 0 | 4 | 102 | 4E | 50 |
| Octal | 275 | 246 | 364 | 27 | 40 | 0 | 4 | 402 | 116 | 120 |
| Binary | 10111101 | 10100110 | 11110100 | 10111 | 100000 | 0 | 100 | 100000010 | 1001110 | 1010000 |
Color Harmonies of #BDA6F4
Complementary color
Monochromatic Colors of #BDA6F4
Black with #BDA6F4
Text Example
Text Example
White with #BDA6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6F4; }
p { color: rgb(189,166,244); }
H1.HeaderClassName
{
color: #BDA6F4;
}
.AnyTagClassName
{
color: #BDA6F4;
}
</style>
background-color css
<style>
a { background-color: #BDA6F4; }
a { background-color: rgb(189,166,244); }
div.DivClassName
{
background-color: #BDA6F4;
}
.BgClassName
{
background-color: #BDA6F4;
}
</style>
border-color css
<style>
span { border-color: #BDA6F4; }
span { border-color: rgb(189,166,244); }
td.TdClassName
{
border-color: #BDA6F4;
}
.TagClassName
{
border-color: #BDA6F4;
}
</style>