Shades of Melrose #BFB1E1
Tints of Melrose #BFB1E1
RGB
CMYK
RGB Variations
Color information
#BFB1E1 (or 0xBFB1E1) is known color: Melrose. HEX triplet: BF, B1 and E1. RGB value is (191,177,225). Sum of RGB (Red+Green+Blue) = 191+177+225=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1E1 is #404E1E. Grayscale: #BABABA. Windows color (decimal): -4214303 or 14791103. OLE color: 14791103.
HSL color Cylindrical-coordinate representation of color #BFB1E1: hue angle of 257.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB1E1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 177 | 225 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.12 |
| HSL | 257.5º | 0.44% | 0.79% | - |
| HSV(B) | 257.5º | 0.21% | 0.88% | - |
| XYZ | 50.8 | 47.96 | 77.81 | - |
| YUV | 186.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 225 | 0.15 | 0.21 | 0 | 0.12 | 257.5 | 0.44 | 0.79 |
| Hex | BF | B1 | E1 | F | 15 | 0 | C | 102 | 2C | 4F |
| Octal | 277 | 261 | 341 | 17 | 25 | 0 | 14 | 402 | 54 | 117 |
| Binary | 10111111 | 10110001 | 11100001 | 1111 | 10101 | 0 | 1100 | 100000010 | 101100 | 1001111 |
Color Harmonies of #BFB1E1
Complementary color
Monochromatic Colors of #BFB1E1
Black with #BFB1E1
Text Example
Text Example
White with #BFB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1E1; }
p { color: rgb(191,177,225); }
H1.HeaderClassName
{
color: #BFB1E1;
}
.AnyTagClassName
{
color: #BFB1E1;
}
</style>
background-color css
<style>
a { background-color: #BFB1E1; }
a { background-color: rgb(191,177,225); }
div.DivClassName
{
background-color: #BFB1E1;
}
.BgClassName
{
background-color: #BFB1E1;
}
</style>
border-color css
<style>
span { border-color: #BFB1E1; }
span { border-color: rgb(191,177,225); }
td.TdClassName
{
border-color: #BFB1E1;
}
.TagClassName
{
border-color: #BFB1E1;
}
</style>