Shades of Melrose #BFB9EA
Tints of Melrose #BFB9EA
RGB
CMYK
RGB Variations
Color information
#BFB9EA (or 0xBFB9EA) is known color: Melrose. HEX triplet: BF, B9 and EA. RGB value is (191,185,234). Sum of RGB (Red+Green+Blue) = 191+185+234=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9EA is #404615. Grayscale: #C0C0C0. Windows color (decimal): -4212246 or 15382975. OLE color: 15382975.
HSL color Cylindrical-coordinate representation of color #BFB9EA: hue angle of 247.35º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB9EA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 185 | 234 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.08 |
| HSL | 247.35º | 0.54% | 0.82% | - |
| HSV(B) | 247.35º | 0.21% | 0.92% | - |
| XYZ | 53.69 | 51.71 | 84.99 | - |
| YUV | 192.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 234 | 0.18 | 0.21 | 0 | 0.08 | 247.35 | 0.54 | 0.82 |
| Hex | BF | B9 | EA | 12 | 15 | 0 | 8 | F7 | 36 | 52 |
| Octal | 277 | 271 | 352 | 22 | 25 | 0 | 10 | 367 | 66 | 122 |
| Binary | 10111111 | 10111001 | 11101010 | 10010 | 10101 | 0 | 1000 | 11110111 | 110110 | 1010010 |
Color Harmonies of #BFB9EA
Complementary color
Monochromatic Colors of #BFB9EA
Black with #BFB9EA
Text Example
Text Example
White with #BFB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9EA; }
p { color: rgb(191,185,234); }
H1.HeaderClassName
{
color: #BFB9EA;
}
.AnyTagClassName
{
color: #BFB9EA;
}
</style>
background-color css
<style>
a { background-color: #BFB9EA; }
a { background-color: rgb(191,185,234); }
div.DivClassName
{
background-color: #BFB9EA;
}
.BgClassName
{
background-color: #BFB9EA;
}
</style>
border-color css
<style>
span { border-color: #BFB9EA; }
span { border-color: rgb(191,185,234); }
td.TdClassName
{
border-color: #BFB9EA;
}
.TagClassName
{
border-color: #BFB9EA;
}
</style>