Shades of Melrose #BFB3DC
Tints of Melrose #BFB3DC
RGB
CMYK
RGB Variations
Color information
#BFB3DC (or 0xBFB3DC) is known color: Melrose. HEX triplet: BF, B3 and DC. RGB value is (191,179,220). Sum of RGB (Red+Green+Blue) = 191+179+220=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3DC is #404C23. Grayscale: #BBBBBB. Windows color (decimal): -4213796 or 14463935. OLE color: 14463935.
HSL color Cylindrical-coordinate representation of color #BFB3DC: hue angle of 257.56º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB3DC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 179 | 220 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.14 |
| HSL | 257.56º | 0.37% | 0.78% | - |
| HSV(B) | 257.56º | 0.19% | 0.86% | - |
| XYZ | 50.52 | 48.48 | 74.41 | - |
| YUV | 187.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 220 | 0.13 | 0.19 | 0 | 0.14 | 257.56 | 0.37 | 0.78 |
| Hex | BF | B3 | DC | D | 13 | 0 | E | 102 | 25 | 4E |
| Octal | 277 | 263 | 334 | 15 | 23 | 0 | 16 | 402 | 45 | 116 |
| Binary | 10111111 | 10110011 | 11011100 | 1101 | 10011 | 0 | 1110 | 100000010 | 100101 | 1001110 |
Color Harmonies of #BFB3DC
Complementary color
Monochromatic Colors of #BFB3DC
Black with #BFB3DC
Text Example
Text Example
White with #BFB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3DC; }
p { color: rgb(191,179,220); }
H1.HeaderClassName
{
color: #BFB3DC;
}
.AnyTagClassName
{
color: #BFB3DC;
}
</style>
background-color css
<style>
a { background-color: #BFB3DC; }
a { background-color: rgb(191,179,220); }
div.DivClassName
{
background-color: #BFB3DC;
}
.BgClassName
{
background-color: #BFB3DC;
}
</style>
border-color css
<style>
span { border-color: #BFB3DC; }
span { border-color: rgb(191,179,220); }
td.TdClassName
{
border-color: #BFB3DC;
}
.TagClassName
{
border-color: #BFB3DC;
}
</style>