Shades of Melrose #BDA7F2
Tints of Melrose #BDA7F2
RGB
CMYK
RGB Variations
Color information
#BDA7F2 (or 0xBDA7F2) is known color: Melrose. HEX triplet: BD, A7 and F2. RGB value is (189,167,242). Sum of RGB (Red+Green+Blue) = 189+167+242=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDA7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7F2 is #42580D. Grayscale: #B5B5B5. Windows color (decimal): -4347918 or 15902653. OLE color: 15902653.
HSL color Cylindrical-coordinate representation of color #BDA7F2: hue angle of 257.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA7F2 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 167 | 242 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.05 |
| HSL | 257.6º | 0.74% | 0.8% | - |
| HSV(B) | 257.6º | 0.31% | 0.95% | - |
| XYZ | 50.83 | 44.87 | 89.99 | - |
| YUV | 182.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 242 | 0.22 | 0.31 | 0 | 0.05 | 257.6 | 0.74 | 0.8 |
| Hex | BD | A7 | F2 | 16 | 1F | 0 | 5 | 102 | 4A | 50 |
| Octal | 275 | 247 | 362 | 26 | 37 | 0 | 5 | 402 | 112 | 120 |
| Binary | 10111101 | 10100111 | 11110010 | 10110 | 11111 | 0 | 101 | 100000010 | 1001010 | 1010000 |
Color Harmonies of #BDA7F2
Complementary color
Monochromatic Colors of #BDA7F2
Black with #BDA7F2
Text Example
Text Example
White with #BDA7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7F2; }
p { color: rgb(189,167,242); }
H1.HeaderClassName
{
color: #BDA7F2;
}
.AnyTagClassName
{
color: #BDA7F2;
}
</style>
background-color css
<style>
a { background-color: #BDA7F2; }
a { background-color: rgb(189,167,242); }
div.DivClassName
{
background-color: #BDA7F2;
}
.BgClassName
{
background-color: #BDA7F2;
}
</style>
border-color css
<style>
span { border-color: #BDA7F2; }
span { border-color: rgb(189,167,242); }
td.TdClassName
{
border-color: #BDA7F2;
}
.TagClassName
{
border-color: #BDA7F2;
}
</style>