Shades of Melrose #BFB7F0
Tints of Melrose #BFB7F0
RGB
CMYK
RGB Variations
Color information
#BFB7F0 (or 0xBFB7F0) is known color: Melrose. HEX triplet: BF, B7 and F0. RGB value is (191,183,240). Sum of RGB (Red+Green+Blue) = 191+183+240=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFB7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7F0 is #40480F. Grayscale: #BFBFBF. Windows color (decimal): -4212752 or 15775679. OLE color: 15775679.
HSL color Cylindrical-coordinate representation of color #BFB7F0: hue angle of 248.42º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB7F0 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 183 | 240 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.06 |
| HSL | 248.42º | 0.66% | 0.83% | - |
| HSV(B) | 248.42º | 0.24% | 0.94% | - |
| XYZ | 54.15 | 51.23 | 89.47 | - |
| YUV | 191.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 240 | 0.20 | 0.24 | 0 | 0.06 | 248.42 | 0.66 | 0.83 |
| Hex | BF | B7 | F0 | 14 | 18 | 0 | 6 | F8 | 42 | 53 |
| Octal | 277 | 267 | 360 | 24 | 30 | 0 | 6 | 370 | 102 | 123 |
| Binary | 10111111 | 10110111 | 11110000 | 10100 | 11000 | 0 | 110 | 11111000 | 1000010 | 1010011 |
Color Harmonies of #BFB7F0
Complementary color
Monochromatic Colors of #BFB7F0
Black with #BFB7F0
Text Example
Text Example
White with #BFB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7F0; }
p { color: rgb(191,183,240); }
H1.HeaderClassName
{
color: #BFB7F0;
}
.AnyTagClassName
{
color: #BFB7F0;
}
</style>
background-color css
<style>
a { background-color: #BFB7F0; }
a { background-color: rgb(191,183,240); }
div.DivClassName
{
background-color: #BFB7F0;
}
.BgClassName
{
background-color: #BFB7F0;
}
</style>
border-color css
<style>
span { border-color: #BFB7F0; }
span { border-color: rgb(191,183,240); }
td.TdClassName
{
border-color: #BFB7F0;
}
.TagClassName
{
border-color: #BFB7F0;
}
</style>