Shades of Melrose #BFB3E7
Tints of Melrose #BFB3E7
RGB
CMYK
RGB Variations
Color information
#BFB3E7 (or 0xBFB3E7) is known color: Melrose. HEX triplet: BF, B3 and E7. RGB value is (191,179,231). Sum of RGB (Red+Green+Blue) = 191+179+231=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3E7 is #404C18. Grayscale: #BCBCBC. Windows color (decimal): -4213785 or 15184831. OLE color: 15184831.
HSL color Cylindrical-coordinate representation of color #BFB3E7: hue angle of 253.85º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB3E7 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 179 | 231 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.09 |
| HSL | 253.85º | 0.52% | 0.8% | - |
| HSV(B) | 253.85º | 0.23% | 0.91% | - |
| XYZ | 52.03 | 49.09 | 82.33 | - |
| YUV | 188.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 231 | 0.17 | 0.23 | 0 | 0.09 | 253.85 | 0.52 | 0.8 |
| Hex | BF | B3 | E7 | 11 | 17 | 0 | 9 | FE | 34 | 50 |
| Octal | 277 | 263 | 347 | 21 | 27 | 0 | 11 | 376 | 64 | 120 |
| Binary | 10111111 | 10110011 | 11100111 | 10001 | 10111 | 0 | 1001 | 11111110 | 110100 | 1010000 |
Color Harmonies of #BFB3E7
Complementary color
Monochromatic Colors of #BFB3E7
Black with #BFB3E7
Text Example
Text Example
White with #BFB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3E7; }
p { color: rgb(191,179,231); }
H1.HeaderClassName
{
color: #BFB3E7;
}
.AnyTagClassName
{
color: #BFB3E7;
}
</style>
background-color css
<style>
a { background-color: #BFB3E7; }
a { background-color: rgb(191,179,231); }
div.DivClassName
{
background-color: #BFB3E7;
}
.BgClassName
{
background-color: #BFB3E7;
}
</style>
border-color css
<style>
span { border-color: #BFB3E7; }
span { border-color: rgb(191,179,231); }
td.TdClassName
{
border-color: #BFB3E7;
}
.TagClassName
{
border-color: #BFB3E7;
}
</style>