Shades of Melrose #BFB1F5
Tints of Melrose #BFB1F5
RGB
CMYK
RGB Variations
Color information
#BFB1F5 (or 0xBFB1F5) is known color: Melrose. HEX triplet: BF, B1 and F5. RGB value is (191,177,245). Sum of RGB (Red+Green+Blue) = 191+177+245=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFB1F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1F5 is #404E0A. Grayscale: #BCBCBC. Windows color (decimal): -4214283 or 16101823. OLE color: 16101823.
HSL color Cylindrical-coordinate representation of color #BFB1F5: hue angle of 252.35º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFB1F5 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 177 | 245 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.04 |
| HSL | 252.35º | 0.77% | 0.83% | - |
| HSV(B) | 252.35º | 0.28% | 0.96% | - |
| XYZ | 53.69 | 49.11 | 93.04 | - |
| YUV | 188.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 245 | 0.22 | 0.28 | 0 | 0.04 | 252.35 | 0.77 | 0.83 |
| Hex | BF | B1 | F5 | 16 | 1C | 0 | 4 | FC | 4D | 53 |
| Octal | 277 | 261 | 365 | 26 | 34 | 0 | 4 | 374 | 115 | 123 |
| Binary | 10111111 | 10110001 | 11110101 | 10110 | 11100 | 0 | 100 | 11111100 | 1001101 | 1010011 |
Color Harmonies of #BFB1F5
Complementary color
Monochromatic Colors of #BFB1F5
Black with #BFB1F5
Text Example
Text Example
White with #BFB1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1F5; }
p { color: rgb(191,177,245); }
H1.HeaderClassName
{
color: #BFB1F5;
}
.AnyTagClassName
{
color: #BFB1F5;
}
</style>
background-color css
<style>
a { background-color: #BFB1F5; }
a { background-color: rgb(191,177,245); }
div.DivClassName
{
background-color: #BFB1F5;
}
.BgClassName
{
background-color: #BFB1F5;
}
</style>
border-color css
<style>
span { border-color: #BFB1F5; }
span { border-color: rgb(191,177,245); }
td.TdClassName
{
border-color: #BFB1F5;
}
.TagClassName
{
border-color: #BFB1F5;
}
</style>