Shades of Melrose #BFB8DC
Tints of Melrose #BFB8DC
RGB
CMYK
RGB Variations
Color information
#BFB8DC (or 0xBFB8DC) is known color: Melrose. HEX triplet: BF, B8 and DC. RGB value is (191,184,220). Sum of RGB (Red+Green+Blue) = 191+184+220=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8DC is #404723. Grayscale: #BEBEBE. Windows color (decimal): -4212516 or 14465215. OLE color: 14465215.
HSL color Cylindrical-coordinate representation of color #BFB8DC: hue angle of 251.67º degrees, saturation: 0.34, 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 #BFB8DC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 184 | 220 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.14 |
| HSL | 251.67º | 0.34% | 0.79% | - |
| HSV(B) | 251.67º | 0.16% | 0.86% | - |
| XYZ | 51.54 | 50.52 | 74.75 | - |
| YUV | 190.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 220 | 0.13 | 0.16 | 0 | 0.14 | 251.67 | 0.34 | 0.79 |
| Hex | BF | B8 | DC | D | 10 | 0 | E | FC | 22 | 4F |
| Octal | 277 | 270 | 334 | 15 | 20 | 0 | 16 | 374 | 42 | 117 |
| Binary | 10111111 | 10111000 | 11011100 | 1101 | 10000 | 0 | 1110 | 11111100 | 100010 | 1001111 |
Color Harmonies of #BFB8DC
Complementary color
Monochromatic Colors of #BFB8DC
Black with #BFB8DC
Text Example
Text Example
White with #BFB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8DC; }
p { color: rgb(191,184,220); }
H1.HeaderClassName
{
color: #BFB8DC;
}
.AnyTagClassName
{
color: #BFB8DC;
}
</style>
background-color css
<style>
a { background-color: #BFB8DC; }
a { background-color: rgb(191,184,220); }
div.DivClassName
{
background-color: #BFB8DC;
}
.BgClassName
{
background-color: #BFB8DC;
}
</style>
border-color css
<style>
span { border-color: #BFB8DC; }
span { border-color: rgb(191,184,220); }
td.TdClassName
{
border-color: #BFB8DC;
}
.TagClassName
{
border-color: #BFB8DC;
}
</style>