Shades of Melrose #BFB7D9
Tints of Melrose #BFB7D9
RGB
CMYK
RGB Variations
Color information
#BFB7D9 (or 0xBFB7D9) is known color: Melrose. HEX triplet: BF, B7 and D9. RGB value is (191,183,217). Sum of RGB (Red+Green+Blue) = 191+183+217=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFB7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D9 is #404826. Grayscale: #BDBDBD. Windows color (decimal): -4212775 or 14268351. OLE color: 14268351.
HSL color Cylindrical-coordinate representation of color #BFB7D9: hue angle of 254.12º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB7D9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 183 | 217 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.15 |
| HSL | 254.12º | 0.31% | 0.78% | - |
| HSV(B) | 254.12º | 0.16% | 0.85% | - |
| XYZ | 50.94 | 49.95 | 72.6 | - |
| YUV | 189.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 217 | 0.12 | 0.16 | 0 | 0.15 | 254.12 | 0.31 | 0.78 |
| Hex | BF | B7 | D9 | C | 10 | 0 | F | FE | 1F | 4E |
| Octal | 277 | 267 | 331 | 14 | 20 | 0 | 17 | 376 | 37 | 116 |
| Binary | 10111111 | 10110111 | 11011001 | 1100 | 10000 | 0 | 1111 | 11111110 | 11111 | 1001110 |
Color Harmonies of #BFB7D9
Complementary color
Monochromatic Colors of #BFB7D9
Black with #BFB7D9
Text Example
Text Example
White with #BFB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7D9; }
p { color: rgb(191,183,217); }
H1.HeaderClassName
{
color: #BFB7D9;
}
.AnyTagClassName
{
color: #BFB7D9;
}
</style>
background-color css
<style>
a { background-color: #BFB7D9; }
a { background-color: rgb(191,183,217); }
div.DivClassName
{
background-color: #BFB7D9;
}
.BgClassName
{
background-color: #BFB7D9;
}
</style>
border-color css
<style>
span { border-color: #BFB7D9; }
span { border-color: rgb(191,183,217); }
td.TdClassName
{
border-color: #BFB7D9;
}
.TagClassName
{
border-color: #BFB7D9;
}
</style>