Shades of Melrose #BFB7D7
Tints of Melrose #BFB7D7
RGB
CMYK
RGB Variations
Color information
#BFB7D7 (or 0xBFB7D7) is known color: Melrose. HEX triplet: BF, B7 and D7. RGB value is (191,183,215). Sum of RGB (Red+Green+Blue) = 191+183+215=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D7 is #404828. Grayscale: #BCBCBC. Windows color (decimal): -4212777 or 14137279. OLE color: 14137279.
HSL color Cylindrical-coordinate representation of color #BFB7D7: hue angle of 255º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB7D7 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 183 | 215 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.16 |
| HSL | 255º | 0.29% | 0.78% | - |
| HSV(B) | 255º | 0.15% | 0.84% | - |
| XYZ | 50.69 | 49.85 | 71.24 | - |
| YUV | 189.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 215 | 0.11 | 0.15 | 0 | 0.16 | 255 | 0.29 | 0.78 |
| Hex | BF | B7 | D7 | B | F | 0 | 10 | FF | 1D | 4E |
| Octal | 277 | 267 | 327 | 13 | 17 | 0 | 20 | 377 | 35 | 116 |
| Binary | 10111111 | 10110111 | 11010111 | 1011 | 1111 | 0 | 10000 | 11111111 | 11101 | 1001110 |
Color Harmonies of #BFB7D7
Complementary color
Monochromatic Colors of #BFB7D7
Black with #BFB7D7
Text Example
Text Example
White with #BFB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7D7; }
p { color: rgb(191,183,215); }
H1.HeaderClassName
{
color: #BFB7D7;
}
.AnyTagClassName
{
color: #BFB7D7;
}
</style>
background-color css
<style>
a { background-color: #BFB7D7; }
a { background-color: rgb(191,183,215); }
div.DivClassName
{
background-color: #BFB7D7;
}
.BgClassName
{
background-color: #BFB7D7;
}
</style>
border-color css
<style>
span { border-color: #BFB7D7; }
span { border-color: rgb(191,183,215); }
td.TdClassName
{
border-color: #BFB7D7;
}
.TagClassName
{
border-color: #BFB7D7;
}
</style>