Shades of Melrose #BFB9EE
Tints of Melrose #BFB9EE
RGB
CMYK
RGB Variations
Color information
#BFB9EE (or 0xBFB9EE) is known color: Melrose. HEX triplet: BF, B9 and EE. RGB value is (191,185,238). Sum of RGB (Red+Green+Blue) = 191+185+238=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9EE is #404611. Grayscale: #C0C0C0. Windows color (decimal): -4212242 or 15645119. OLE color: 15645119.
HSL color Cylindrical-coordinate representation of color #BFB9EE: hue angle of 246.79º degrees, saturation: 0.61, 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 #BFB9EE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 185 | 238 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.07 |
| HSL | 246.79º | 0.61% | 0.83% | - |
| HSV(B) | 246.79º | 0.22% | 0.93% | - |
| XYZ | 54.27 | 51.95 | 88.06 | - |
| YUV | 192.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 238 | 0.20 | 0.22 | 0 | 0.07 | 246.79 | 0.61 | 0.83 |
| Hex | BF | B9 | EE | 14 | 16 | 0 | 7 | F7 | 3D | 53 |
| Octal | 277 | 271 | 356 | 24 | 26 | 0 | 7 | 367 | 75 | 123 |
| Binary | 10111111 | 10111001 | 11101110 | 10100 | 10110 | 0 | 111 | 11110111 | 111101 | 1010011 |
Color Harmonies of #BFB9EE
Complementary color
Monochromatic Colors of #BFB9EE
Black with #BFB9EE
Text Example
Text Example
White with #BFB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9EE; }
p { color: rgb(191,185,238); }
H1.HeaderClassName
{
color: #BFB9EE;
}
.AnyTagClassName
{
color: #BFB9EE;
}
</style>
background-color css
<style>
a { background-color: #BFB9EE; }
a { background-color: rgb(191,185,238); }
div.DivClassName
{
background-color: #BFB9EE;
}
.BgClassName
{
background-color: #BFB9EE;
}
</style>
border-color css
<style>
span { border-color: #BFB9EE; }
span { border-color: rgb(191,185,238); }
td.TdClassName
{
border-color: #BFB9EE;
}
.TagClassName
{
border-color: #BFB9EE;
}
</style>