Shades of Melrose #BFB1E6
Tints of Melrose #BFB1E6
RGB
CMYK
RGB Variations
Color information
#BFB1E6 (or 0xBFB1E6) is known color: Melrose. HEX triplet: BF, B1 and E6. RGB value is (191,177,230). Sum of RGB (Red+Green+Blue) = 191+177+230=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFB1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1E6 is #404E19. Grayscale: #BBBBBB. Windows color (decimal): -4214298 or 15118783. OLE color: 15118783.
HSL color Cylindrical-coordinate representation of color #BFB1E6: hue angle of 255.85º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB1E6 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 177 | 230 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.10 |
| HSL | 255.85º | 0.51% | 0.8% | - |
| HSV(B) | 255.85º | 0.23% | 0.9% | - |
| XYZ | 51.49 | 48.23 | 81.46 | - |
| YUV | 187.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 230 | 0.17 | 0.23 | 0 | 0.10 | 255.85 | 0.51 | 0.8 |
| Hex | BF | B1 | E6 | 11 | 17 | 0 | A | 100 | 33 | 50 |
| Octal | 277 | 261 | 346 | 21 | 27 | 0 | 12 | 400 | 63 | 120 |
| Binary | 10111111 | 10110001 | 11100110 | 10001 | 10111 | 0 | 1010 | 100000000 | 110011 | 1010000 |
Color Harmonies of #BFB1E6
Complementary color
Monochromatic Colors of #BFB1E6
Black with #BFB1E6
Text Example
Text Example
White with #BFB1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1E6; }
p { color: rgb(191,177,230); }
H1.HeaderClassName
{
color: #BFB1E6;
}
.AnyTagClassName
{
color: #BFB1E6;
}
</style>
background-color css
<style>
a { background-color: #BFB1E6; }
a { background-color: rgb(191,177,230); }
div.DivClassName
{
background-color: #BFB1E6;
}
.BgClassName
{
background-color: #BFB1E6;
}
</style>
border-color css
<style>
span { border-color: #BFB1E6; }
span { border-color: rgb(191,177,230); }
td.TdClassName
{
border-color: #BFB1E6;
}
.TagClassName
{
border-color: #BFB1E6;
}
</style>