Shades of Melrose #BFB4EC
Tints of Melrose #BFB4EC
RGB
CMYK
RGB Variations
Color information
#BFB4EC (or 0xBFB4EC) is known color: Melrose. HEX triplet: BF, B4 and EC. RGB value is (191,180,236). Sum of RGB (Red+Green+Blue) = 191+180+236=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4EC is #404B13. Grayscale: #BDBDBD. Windows color (decimal): -4213524 or 15512767. OLE color: 15512767.
HSL color Cylindrical-coordinate representation of color #BFB4EC: hue angle of 251.79º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB4EC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 180 | 236 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.07 |
| HSL | 251.79º | 0.6% | 0.82% | - |
| HSV(B) | 251.79º | 0.24% | 0.93% | - |
| XYZ | 52.95 | 49.78 | 86.17 | - |
| YUV | 189.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 236 | 0.19 | 0.24 | 0 | 0.07 | 251.79 | 0.6 | 0.82 |
| Hex | BF | B4 | EC | 13 | 18 | 0 | 7 | FC | 3C | 52 |
| Octal | 277 | 264 | 354 | 23 | 30 | 0 | 7 | 374 | 74 | 122 |
| Binary | 10111111 | 10110100 | 11101100 | 10011 | 11000 | 0 | 111 | 11111100 | 111100 | 1010010 |
Color Harmonies of #BFB4EC
Complementary color
Monochromatic Colors of #BFB4EC
Black with #BFB4EC
Text Example
Text Example
White with #BFB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4EC; }
p { color: rgb(191,180,236); }
H1.HeaderClassName
{
color: #BFB4EC;
}
.AnyTagClassName
{
color: #BFB4EC;
}
</style>
background-color css
<style>
a { background-color: #BFB4EC; }
a { background-color: rgb(191,180,236); }
div.DivClassName
{
background-color: #BFB4EC;
}
.BgClassName
{
background-color: #BFB4EC;
}
</style>
border-color css
<style>
span { border-color: #BFB4EC; }
span { border-color: rgb(191,180,236); }
td.TdClassName
{
border-color: #BFB4EC;
}
.TagClassName
{
border-color: #BFB4EC;
}
</style>