Shades of Melrose #BFB7F5
Tints of Melrose #BFB7F5
RGB
CMYK
RGB Variations
Color information
#BFB7F5 (or 0xBFB7F5) is known color: Melrose. HEX triplet: BF, B7 and F5. RGB value is (191,183,245). Sum of RGB (Red+Green+Blue) = 191+183+245=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFB7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7F5 is #40480A. Grayscale: #C0C0C0. Windows color (decimal): -4212747 or 16103359. OLE color: 16103359.
HSL color Cylindrical-coordinate representation of color #BFB7F5: hue angle of 247.74º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB7F5 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 183 | 245 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.04 |
| HSL | 247.74º | 0.76% | 0.84% | - |
| HSV(B) | 247.74º | 0.25% | 0.96% | - |
| XYZ | 54.9 | 51.54 | 93.44 | - |
| YUV | 192.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 245 | 0.22 | 0.25 | 0 | 0.04 | 247.74 | 0.76 | 0.84 |
| Hex | BF | B7 | F5 | 16 | 19 | 0 | 4 | F8 | 4C | 54 |
| Octal | 277 | 267 | 365 | 26 | 31 | 0 | 4 | 370 | 114 | 124 |
| Binary | 10111111 | 10110111 | 11110101 | 10110 | 11001 | 0 | 100 | 11111000 | 1001100 | 1010100 |
Color Harmonies of #BFB7F5
Complementary color
Monochromatic Colors of #BFB7F5
Black with #BFB7F5
Text Example
Text Example
White with #BFB7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7F5; }
p { color: rgb(191,183,245); }
H1.HeaderClassName
{
color: #BFB7F5;
}
.AnyTagClassName
{
color: #BFB7F5;
}
</style>
background-color css
<style>
a { background-color: #BFB7F5; }
a { background-color: rgb(191,183,245); }
div.DivClassName
{
background-color: #BFB7F5;
}
.BgClassName
{
background-color: #BFB7F5;
}
</style>
border-color css
<style>
span { border-color: #BFB7F5; }
span { border-color: rgb(191,183,245); }
td.TdClassName
{
border-color: #BFB7F5;
}
.TagClassName
{
border-color: #BFB7F5;
}
</style>