Shades of Melrose #BFB7DF
Tints of Melrose #BFB7DF
RGB
CMYK
RGB Variations
Color information
#BFB7DF (or 0xBFB7DF) is known color: Melrose. HEX triplet: BF, B7 and DF. RGB value is (191,183,223). Sum of RGB (Red+Green+Blue) = 191+183+223=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7DF is #404820. Grayscale: #BDBDBD. Windows color (decimal): -4212769 or 14661567. OLE color: 14661567.
HSL color Cylindrical-coordinate representation of color #BFB7DF: hue angle of 252º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB7DF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 183 | 223 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.13 |
| HSL | 252º | 0.38% | 0.8% | - |
| HSV(B) | 252º | 0.18% | 0.87% | - |
| XYZ | 51.74 | 50.27 | 76.79 | - |
| YUV | 189.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 223 | 0.14 | 0.18 | 0 | 0.13 | 252 | 0.38 | 0.8 |
| Hex | BF | B7 | DF | E | 12 | 0 | D | FC | 26 | 50 |
| Octal | 277 | 267 | 337 | 16 | 22 | 0 | 15 | 374 | 46 | 120 |
| Binary | 10111111 | 10110111 | 11011111 | 1110 | 10010 | 0 | 1101 | 11111100 | 100110 | 1010000 |
Color Harmonies of #BFB7DF
Complementary color
Monochromatic Colors of #BFB7DF
Black with #BFB7DF
Text Example
Text Example
White with #BFB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7DF; }
p { color: rgb(191,183,223); }
H1.HeaderClassName
{
color: #BFB7DF;
}
.AnyTagClassName
{
color: #BFB7DF;
}
</style>
background-color css
<style>
a { background-color: #BFB7DF; }
a { background-color: rgb(191,183,223); }
div.DivClassName
{
background-color: #BFB7DF;
}
.BgClassName
{
background-color: #BFB7DF;
}
</style>
border-color css
<style>
span { border-color: #BFB7DF; }
span { border-color: rgb(191,183,223); }
td.TdClassName
{
border-color: #BFB7DF;
}
.TagClassName
{
border-color: #BFB7DF;
}
</style>