Shades of Melrose #BFB8D8
Tints of Melrose #BFB8D8
RGB
CMYK
RGB Variations
Color information
#BFB8D8 (or 0xBFB8D8) is known color: Melrose. HEX triplet: BF, B8 and D8. RGB value is (191,184,216). Sum of RGB (Red+Green+Blue) = 191+184+216=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFB8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8D8 is #404727. Grayscale: #BDBDBD. Windows color (decimal): -4212520 or 14203071. OLE color: 14203071.
HSL color Cylindrical-coordinate representation of color #BFB8D8: hue angle of 253.12º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB8D8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 184 | 216 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.15 |
| HSL | 253.13º | 0.29% | 0.78% | - |
| HSV(B) | 253.13º | 0.15% | 0.85% | - |
| XYZ | 51.02 | 50.32 | 71.99 | - |
| YUV | 189.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 216 | 0.12 | 0.15 | 0 | 0.15 | 253.13 | 0.29 | 0.78 |
| Hex | BF | B8 | D8 | C | F | 0 | F | FD | 1D | 4E |
| Octal | 277 | 270 | 330 | 14 | 17 | 0 | 17 | 375 | 35 | 116 |
| Binary | 10111111 | 10111000 | 11011000 | 1100 | 1111 | 0 | 1111 | 11111101 | 11101 | 1001110 |
Color Harmonies of #BFB8D8
Complementary color
Monochromatic Colors of #BFB8D8
Black with #BFB8D8
Text Example
Text Example
White with #BFB8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8D8; }
p { color: rgb(191,184,216); }
H1.HeaderClassName
{
color: #BFB8D8;
}
.AnyTagClassName
{
color: #BFB8D8;
}
</style>
background-color css
<style>
a { background-color: #BFB8D8; }
a { background-color: rgb(191,184,216); }
div.DivClassName
{
background-color: #BFB8D8;
}
.BgClassName
{
background-color: #BFB8D8;
}
</style>
border-color css
<style>
span { border-color: #BFB8D8; }
span { border-color: rgb(191,184,216); }
td.TdClassName
{
border-color: #BFB8D8;
}
.TagClassName
{
border-color: #BFB8D8;
}
</style>