Shades of Melrose #BFB6DB
Tints of Melrose #BFB6DB
RGB
CMYK
RGB Variations
Color information
#BFB6DB (or 0xBFB6DB) is known color: Melrose. HEX triplet: BF, B6 and DB. RGB value is (191,182,219). Sum of RGB (Red+Green+Blue) = 191+182+219=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6DB is #404924. Grayscale: #BCBCBC. Windows color (decimal): -4213029 or 14399167. OLE color: 14399167.
HSL color Cylindrical-coordinate representation of color #BFB6DB: hue angle of 254.59º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB6DB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 182 | 219 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.14 |
| HSL | 254.59º | 0.34% | 0.79% | - |
| HSV(B) | 254.59º | 0.17% | 0.86% | - |
| XYZ | 51 | 49.65 | 73.91 | - |
| YUV | 188.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 219 | 0.13 | 0.17 | 0 | 0.14 | 254.59 | 0.34 | 0.79 |
| Hex | BF | B6 | DB | D | 11 | 0 | E | FF | 22 | 4F |
| Octal | 277 | 266 | 333 | 15 | 21 | 0 | 16 | 377 | 42 | 117 |
| Binary | 10111111 | 10110110 | 11011011 | 1101 | 10001 | 0 | 1110 | 11111111 | 100010 | 1001111 |
Color Harmonies of #BFB6DB
Complementary color
Monochromatic Colors of #BFB6DB
Black with #BFB6DB
Text Example
Text Example
White with #BFB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6DB; }
p { color: rgb(191,182,219); }
H1.HeaderClassName
{
color: #BFB6DB;
}
.AnyTagClassName
{
color: #BFB6DB;
}
</style>
background-color css
<style>
a { background-color: #BFB6DB; }
a { background-color: rgb(191,182,219); }
div.DivClassName
{
background-color: #BFB6DB;
}
.BgClassName
{
background-color: #BFB6DB;
}
</style>
border-color css
<style>
span { border-color: #BFB6DB; }
span { border-color: rgb(191,182,219); }
td.TdClassName
{
border-color: #BFB6DB;
}
.TagClassName
{
border-color: #BFB6DB;
}
</style>