Shades of Melrose #BFB1E9
Tints of Melrose #BFB1E9
RGB
CMYK
RGB Variations
Color information
#BFB1E9 (or 0xBFB1E9) is known color: Melrose. HEX triplet: BF, B1 and E9. RGB value is (191,177,233). Sum of RGB (Red+Green+Blue) = 191+177+233=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFB1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1E9 is #404E16. Grayscale: #BBBBBB. Windows color (decimal): -4214295 or 15315391. OLE color: 15315391.
HSL color Cylindrical-coordinate representation of color #BFB1E9: hue angle of 255º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB1E9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 177 | 233 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.09 |
| HSL | 255º | 0.56% | 0.8% | - |
| HSV(B) | 255º | 0.24% | 0.91% | - |
| XYZ | 51.92 | 48.4 | 83.7 | - |
| YUV | 187.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 233 | 0.18 | 0.24 | 0 | 0.09 | 255 | 0.56 | 0.8 |
| Hex | BF | B1 | E9 | 12 | 18 | 0 | 9 | FF | 38 | 50 |
| Octal | 277 | 261 | 351 | 22 | 30 | 0 | 11 | 377 | 70 | 120 |
| Binary | 10111111 | 10110001 | 11101001 | 10010 | 11000 | 0 | 1001 | 11111111 | 111000 | 1010000 |
Color Harmonies of #BFB1E9
Complementary color
Monochromatic Colors of #BFB1E9
Black with #BFB1E9
Text Example
Text Example
White with #BFB1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1E9; }
p { color: rgb(191,177,233); }
H1.HeaderClassName
{
color: #BFB1E9;
}
.AnyTagClassName
{
color: #BFB1E9;
}
</style>
background-color css
<style>
a { background-color: #BFB1E9; }
a { background-color: rgb(191,177,233); }
div.DivClassName
{
background-color: #BFB1E9;
}
.BgClassName
{
background-color: #BFB1E9;
}
</style>
border-color css
<style>
span { border-color: #BFB1E9; }
span { border-color: rgb(191,177,233); }
td.TdClassName
{
border-color: #BFB1E9;
}
.TagClassName
{
border-color: #BFB1E9;
}
</style>