Shades of Melrose #BFB6D7
Tints of Melrose #BFB6D7
RGB
CMYK
RGB Variations
Color information
#BFB6D7 (or 0xBFB6D7) is known color: Melrose. HEX triplet: BF, B6 and D7. RGB value is (191,182,215). Sum of RGB (Red+Green+Blue) = 191+182+215=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6D7 is #404928. Grayscale: #BCBCBC. Windows color (decimal): -4213033 or 14137023. OLE color: 14137023.
HSL color Cylindrical-coordinate representation of color #BFB6D7: hue angle of 256.36º degrees, saturation: 0.29, 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 #BFB6D7 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 182 | 215 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.16 |
| HSL | 256.36º | 0.29% | 0.78% | - |
| HSV(B) | 256.36º | 0.15% | 0.84% | - |
| XYZ | 50.48 | 49.44 | 71.17 | - |
| YUV | 188.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 215 | 0.11 | 0.15 | 0 | 0.16 | 256.36 | 0.29 | 0.78 |
| Hex | BF | B6 | D7 | B | F | 0 | 10 | 100 | 1D | 4E |
| Octal | 277 | 266 | 327 | 13 | 17 | 0 | 20 | 400 | 35 | 116 |
| Binary | 10111111 | 10110110 | 11010111 | 1011 | 1111 | 0 | 10000 | 100000000 | 11101 | 1001110 |
Color Harmonies of #BFB6D7
Complementary color
Monochromatic Colors of #BFB6D7
Black with #BFB6D7
Text Example
Text Example
White with #BFB6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6D7; }
p { color: rgb(191,182,215); }
H1.HeaderClassName
{
color: #BFB6D7;
}
.AnyTagClassName
{
color: #BFB6D7;
}
</style>
background-color css
<style>
a { background-color: #BFB6D7; }
a { background-color: rgb(191,182,215); }
div.DivClassName
{
background-color: #BFB6D7;
}
.BgClassName
{
background-color: #BFB6D7;
}
</style>
border-color css
<style>
span { border-color: #BFB6D7; }
span { border-color: rgb(191,182,215); }
td.TdClassName
{
border-color: #BFB6D7;
}
.TagClassName
{
border-color: #BFB6D7;
}
</style>