Shades of Melrose #BFB9DB
Tints of Melrose #BFB9DB
RGB
CMYK
RGB Variations
Color information
#BFB9DB (or 0xBFB9DB) is known color: Melrose. HEX triplet: BF, B9 and DB. RGB value is (191,185,219). Sum of RGB (Red+Green+Blue) = 191+185+219=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9DB is #404624. Grayscale: #BEBEBE. Windows color (decimal): -4212261 or 14399935. OLE color: 14399935.
HSL color Cylindrical-coordinate representation of color #BFB9DB: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB9DB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 185 | 219 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.14 |
| HSL | 250.59º | 0.32% | 0.79% | - |
| HSV(B) | 250.59º | 0.16% | 0.86% | - |
| XYZ | 51.62 | 50.89 | 74.12 | - |
| YUV | 190.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 219 | 0.13 | 0.16 | 0 | 0.14 | 250.59 | 0.32 | 0.79 |
| Hex | BF | B9 | DB | D | 10 | 0 | E | FB | 20 | 4F |
| Octal | 277 | 271 | 333 | 15 | 20 | 0 | 16 | 373 | 40 | 117 |
| Binary | 10111111 | 10111001 | 11011011 | 1101 | 10000 | 0 | 1110 | 11111011 | 100000 | 1001111 |
Color Harmonies of #BFB9DB
Complementary color
Monochromatic Colors of #BFB9DB
Black with #BFB9DB
Text Example
Text Example
White with #BFB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9DB; }
p { color: rgb(191,185,219); }
H1.HeaderClassName
{
color: #BFB9DB;
}
.AnyTagClassName
{
color: #BFB9DB;
}
</style>
background-color css
<style>
a { background-color: #BFB9DB; }
a { background-color: rgb(191,185,219); }
div.DivClassName
{
background-color: #BFB9DB;
}
.BgClassName
{
background-color: #BFB9DB;
}
</style>
border-color css
<style>
span { border-color: #BFB9DB; }
span { border-color: rgb(191,185,219); }
td.TdClassName
{
border-color: #BFB9DB;
}
.TagClassName
{
border-color: #BFB9DB;
}
</style>