Shades of Melrose #BFB9EC
Tints of Melrose #BFB9EC
RGB
CMYK
RGB Variations
Color information
#BFB9EC (or 0xBFB9EC) is known color: Melrose. HEX triplet: BF, B9 and EC. RGB value is (191,185,236). Sum of RGB (Red+Green+Blue) = 191+185+236=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9EC is #404613. Grayscale: #C0C0C0. Windows color (decimal): -4212244 or 15514047. OLE color: 15514047.
HSL color Cylindrical-coordinate representation of color #BFB9EC: hue angle of 247.06º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB9EC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 185 | 236 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 247.06º | 0.57% | 0.83% | - |
| HSV(B) | 247.06º | 0.22% | 0.93% | - |
| XYZ | 53.98 | 51.83 | 86.52 | - |
| YUV | 192.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 236 | 0.19 | 0.22 | 0 | 0.07 | 247.06 | 0.57 | 0.83 |
| Hex | BF | B9 | EC | 13 | 16 | 0 | 7 | F7 | 39 | 53 |
| Octal | 277 | 271 | 354 | 23 | 26 | 0 | 7 | 367 | 71 | 123 |
| Binary | 10111111 | 10111001 | 11101100 | 10011 | 10110 | 0 | 111 | 11110111 | 111001 | 1010011 |
Color Harmonies of #BFB9EC
Complementary color
Monochromatic Colors of #BFB9EC
Black with #BFB9EC
Text Example
Text Example
White with #BFB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9EC; }
p { color: rgb(191,185,236); }
H1.HeaderClassName
{
color: #BFB9EC;
}
.AnyTagClassName
{
color: #BFB9EC;
}
</style>
background-color css
<style>
a { background-color: #BFB9EC; }
a { background-color: rgb(191,185,236); }
div.DivClassName
{
background-color: #BFB9EC;
}
.BgClassName
{
background-color: #BFB9EC;
}
</style>
border-color css
<style>
span { border-color: #BFB9EC; }
span { border-color: rgb(191,185,236); }
td.TdClassName
{
border-color: #BFB9EC;
}
.TagClassName
{
border-color: #BFB9EC;
}
</style>