Shades of Melrose #BFB2E1
Tints of Melrose #BFB2E1
RGB
CMYK
RGB Variations
Color information
#BFB2E1 (or 0xBFB2E1) is known color: Melrose. HEX triplet: BF, B2 and E1. RGB value is (191,178,225). Sum of RGB (Red+Green+Blue) = 191+178+225=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFB2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2E1 is #404D1E. Grayscale: #BBBBBB. Windows color (decimal): -4214047 or 14791359. OLE color: 14791359.
HSL color Cylindrical-coordinate representation of color #BFB2E1: hue angle of 256.6º 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 #BFB2E1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 178 | 225 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.12 |
| HSL | 256.6º | 0.44% | 0.79% | - |
| HSV(B) | 256.6º | 0.21% | 0.88% | - |
| XYZ | 51 | 48.35 | 77.88 | - |
| YUV | 187.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 225 | 0.15 | 0.21 | 0 | 0.12 | 256.6 | 0.44 | 0.79 |
| Hex | BF | B2 | E1 | F | 15 | 0 | C | 101 | 2C | 4F |
| Octal | 277 | 262 | 341 | 17 | 25 | 0 | 14 | 401 | 54 | 117 |
| Binary | 10111111 | 10110010 | 11100001 | 1111 | 10101 | 0 | 1100 | 100000001 | 101100 | 1001111 |
Color Harmonies of #BFB2E1
Complementary color
Monochromatic Colors of #BFB2E1
Black with #BFB2E1
Text Example
Text Example
White with #BFB2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2E1; }
p { color: rgb(191,178,225); }
H1.HeaderClassName
{
color: #BFB2E1;
}
.AnyTagClassName
{
color: #BFB2E1;
}
</style>
background-color css
<style>
a { background-color: #BFB2E1; }
a { background-color: rgb(191,178,225); }
div.DivClassName
{
background-color: #BFB2E1;
}
.BgClassName
{
background-color: #BFB2E1;
}
</style>
border-color css
<style>
span { border-color: #BFB2E1; }
span { border-color: rgb(191,178,225); }
td.TdClassName
{
border-color: #BFB2E1;
}
.TagClassName
{
border-color: #BFB2E1;
}
</style>