Shades of Melrose #BFB3F7
Tints of Melrose #BFB3F7
RGB
CMYK
RGB Variations
Color information
#BFB3F7 (or 0xBFB3F7) is known color: Melrose. HEX triplet: BF, B3 and F7. RGB value is (191,179,247). Sum of RGB (Red+Green+Blue) = 191+179+247=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFB3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3F7 is #404C08. Grayscale: #BEBEBE. Windows color (decimal): -4213769 or 16233407. OLE color: 16233407.
HSL color Cylindrical-coordinate representation of color #BFB3F7: hue angle of 250.59º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB3F7 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 179 | 247 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.03 |
| HSL | 250.59º | 0.81% | 0.84% | - |
| HSV(B) | 250.59º | 0.28% | 0.97% | - |
| XYZ | 54.39 | 50.03 | 94.79 | - |
| YUV | 190.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 247 | 0.23 | 0.28 | 0 | 0.03 | 250.59 | 0.81 | 0.84 |
| Hex | BF | B3 | F7 | 17 | 1C | 0 | 3 | FB | 51 | 54 |
| Octal | 277 | 263 | 367 | 27 | 34 | 0 | 3 | 373 | 121 | 124 |
| Binary | 10111111 | 10110011 | 11110111 | 10111 | 11100 | 0 | 11 | 11111011 | 1010001 | 1010100 |
Color Harmonies of #BFB3F7
Complementary color
Monochromatic Colors of #BFB3F7
Black with #BFB3F7
Text Example
Text Example
White with #BFB3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3F7; }
p { color: rgb(191,179,247); }
H1.HeaderClassName
{
color: #BFB3F7;
}
.AnyTagClassName
{
color: #BFB3F7;
}
</style>
background-color css
<style>
a { background-color: #BFB3F7; }
a { background-color: rgb(191,179,247); }
div.DivClassName
{
background-color: #BFB3F7;
}
.BgClassName
{
background-color: #BFB3F7;
}
</style>
border-color css
<style>
span { border-color: #BFB3F7; }
span { border-color: rgb(191,179,247); }
td.TdClassName
{
border-color: #BFB3F7;
}
.TagClassName
{
border-color: #BFB3F7;
}
</style>