Shades of Melrose #BFB0E4
Tints of Melrose #BFB0E4
RGB
CMYK
RGB Variations
Color information
#BFB0E4 (or 0xBFB0E4) is known color: Melrose. HEX triplet: BF, B0 and E4. RGB value is (191,176,228). Sum of RGB (Red+Green+Blue) = 191+176+228=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFB0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0E4 is #404F1B. Grayscale: #BABABA. Windows color (decimal): -4214556 or 14987455. OLE color: 14987455.
HSL color Cylindrical-coordinate representation of color #BFB0E4: hue angle of 257.31º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB0E4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 176 | 228 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.11 |
| HSL | 257.31º | 0.49% | 0.79% | - |
| HSV(B) | 257.31º | 0.23% | 0.89% | - |
| XYZ | 51.01 | 47.73 | 79.92 | - |
| YUV | 186.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 228 | 0.16 | 0.23 | 0 | 0.11 | 257.31 | 0.49 | 0.79 |
| Hex | BF | B0 | E4 | 10 | 17 | 0 | B | 101 | 31 | 4F |
| Octal | 277 | 260 | 344 | 20 | 27 | 0 | 13 | 401 | 61 | 117 |
| Binary | 10111111 | 10110000 | 11100100 | 10000 | 10111 | 0 | 1011 | 100000001 | 110001 | 1001111 |
Color Harmonies of #BFB0E4
Complementary color
Monochromatic Colors of #BFB0E4
Black with #BFB0E4
Text Example
Text Example
White with #BFB0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0E4; }
p { color: rgb(191,176,228); }
H1.HeaderClassName
{
color: #BFB0E4;
}
.AnyTagClassName
{
color: #BFB0E4;
}
</style>
background-color css
<style>
a { background-color: #BFB0E4; }
a { background-color: rgb(191,176,228); }
div.DivClassName
{
background-color: #BFB0E4;
}
.BgClassName
{
background-color: #BFB0E4;
}
</style>
border-color css
<style>
span { border-color: #BFB0E4; }
span { border-color: rgb(191,176,228); }
td.TdClassName
{
border-color: #BFB0E4;
}
.TagClassName
{
border-color: #BFB0E4;
}
</style>