Shades of Melrose #BFB1E4
Tints of Melrose #BFB1E4
RGB
CMYK
RGB Variations
Color information
#BFB1E4 (or 0xBFB1E4) is known color: Melrose. HEX triplet: BF, B1 and E4. RGB value is (191,177,228). Sum of RGB (Red+Green+Blue) = 191+177+228=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFB1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1E4 is #404E1B. Grayscale: #BABABA. Windows color (decimal): -4214300 or 14987711. OLE color: 14987711.
HSL color Cylindrical-coordinate representation of color #BFB1E4: hue angle of 256.47º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB1E4 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 177 | 228 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.11 |
| HSL | 256.47º | 0.49% | 0.79% | - |
| HSV(B) | 256.47º | 0.22% | 0.89% | - |
| XYZ | 51.21 | 48.12 | 79.99 | - |
| YUV | 187 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 228 | 0.16 | 0.22 | 0 | 0.11 | 256.47 | 0.49 | 0.79 |
| Hex | BF | B1 | E4 | 10 | 16 | 0 | B | 100 | 31 | 4F |
| Octal | 277 | 261 | 344 | 20 | 26 | 0 | 13 | 400 | 61 | 117 |
| Binary | 10111111 | 10110001 | 11100100 | 10000 | 10110 | 0 | 1011 | 100000000 | 110001 | 1001111 |
Color Harmonies of #BFB1E4
Complementary color
Monochromatic Colors of #BFB1E4
Black with #BFB1E4
Text Example
Text Example
White with #BFB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1E4; }
p { color: rgb(191,177,228); }
H1.HeaderClassName
{
color: #BFB1E4;
}
.AnyTagClassName
{
color: #BFB1E4;
}
</style>
background-color css
<style>
a { background-color: #BFB1E4; }
a { background-color: rgb(191,177,228); }
div.DivClassName
{
background-color: #BFB1E4;
}
.BgClassName
{
background-color: #BFB1E4;
}
</style>
border-color css
<style>
span { border-color: #BFB1E4; }
span { border-color: rgb(191,177,228); }
td.TdClassName
{
border-color: #BFB1E4;
}
.TagClassName
{
border-color: #BFB1E4;
}
</style>