Shades of Melrose #BFB9D9
Tints of Melrose #BFB9D9
RGB
CMYK
RGB Variations
Color information
#BFB9D9 (or 0xBFB9D9) is known color: Melrose. HEX triplet: BF, B9 and D9. RGB value is (191,185,217). Sum of RGB (Red+Green+Blue) = 191+185+217=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9D9 is #404626. Grayscale: #BEBEBE. Windows color (decimal): -4212263 or 14268863. OLE color: 14268863.
HSL color Cylindrical-coordinate representation of color #BFB9D9: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB9D9 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 185 | 217 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.15 |
| HSL | 251.25º | 0.3% | 0.79% | - |
| HSV(B) | 251.25º | 0.15% | 0.85% | - |
| XYZ | 51.36 | 50.78 | 72.74 | - |
| YUV | 190.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 217 | 0.12 | 0.15 | 0 | 0.15 | 251.25 | 0.3 | 0.79 |
| Hex | BF | B9 | D9 | C | F | 0 | F | FB | 1E | 4F |
| Octal | 277 | 271 | 331 | 14 | 17 | 0 | 17 | 373 | 36 | 117 |
| Binary | 10111111 | 10111001 | 11011001 | 1100 | 1111 | 0 | 1111 | 11111011 | 11110 | 1001111 |
Color Harmonies of #BFB9D9
Complementary color
Monochromatic Colors of #BFB9D9
Black with #BFB9D9
Text Example
Text Example
White with #BFB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9D9; }
p { color: rgb(191,185,217); }
H1.HeaderClassName
{
color: #BFB9D9;
}
.AnyTagClassName
{
color: #BFB9D9;
}
</style>
background-color css
<style>
a { background-color: #BFB9D9; }
a { background-color: rgb(191,185,217); }
div.DivClassName
{
background-color: #BFB9D9;
}
.BgClassName
{
background-color: #BFB9D9;
}
</style>
border-color css
<style>
span { border-color: #BFB9D9; }
span { border-color: rgb(191,185,217); }
td.TdClassName
{
border-color: #BFB9D9;
}
.TagClassName
{
border-color: #BFB9D9;
}
</style>