Shades of Melrose #BFB6D6
Tints of Melrose #BFB6D6
RGB
CMYK
RGB Variations
Color information
#BFB6D6 (or 0xBFB6D6) is known color: Melrose. HEX triplet: BF, B6 and D6. RGB value is (191,182,214). Sum of RGB (Red+Green+Blue) = 191+182+214=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFB6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6D6 is #404929. Grayscale: #BCBCBC. Windows color (decimal): -4213034 or 14071487. OLE color: 14071487.
HSL color Cylindrical-coordinate representation of color #BFB6D6: hue angle of 256.88º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB6D6 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 182 | 214 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.16 |
| HSL | 256.88º | 0.28% | 0.78% | - |
| HSV(B) | 256.88º | 0.15% | 0.84% | - |
| XYZ | 50.35 | 49.39 | 70.5 | - |
| YUV | 188.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 214 | 0.11 | 0.15 | 0 | 0.16 | 256.88 | 0.28 | 0.78 |
| Hex | BF | B6 | D6 | B | F | 0 | 10 | 101 | 1C | 4E |
| Octal | 277 | 266 | 326 | 13 | 17 | 0 | 20 | 401 | 34 | 116 |
| Binary | 10111111 | 10110110 | 11010110 | 1011 | 1111 | 0 | 10000 | 100000001 | 11100 | 1001110 |
Color Harmonies of #BFB6D6
Complementary color
Monochromatic Colors of #BFB6D6
Black with #BFB6D6
Text Example
Text Example
White with #BFB6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6D6; }
p { color: rgb(191,182,214); }
H1.HeaderClassName
{
color: #BFB6D6;
}
.AnyTagClassName
{
color: #BFB6D6;
}
</style>
background-color css
<style>
a { background-color: #BFB6D6; }
a { background-color: rgb(191,182,214); }
div.DivClassName
{
background-color: #BFB6D6;
}
.BgClassName
{
background-color: #BFB6D6;
}
</style>
border-color css
<style>
span { border-color: #BFB6D6; }
span { border-color: rgb(191,182,214); }
td.TdClassName
{
border-color: #BFB6D6;
}
.TagClassName
{
border-color: #BFB6D6;
}
</style>