Shades of Melrose #BFB3DD
Tints of Melrose #BFB3DD
RGB
CMYK
RGB Variations
Color information
#BFB3DD (or 0xBFB3DD) is known color: Melrose. HEX triplet: BF, B3 and DD. RGB value is (191,179,221). Sum of RGB (Red+Green+Blue) = 191+179+221=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3DD is #404C22. Grayscale: #BBBBBB. Windows color (decimal): -4213795 or 14529471. OLE color: 14529471.
HSL color Cylindrical-coordinate representation of color #BFB3DD: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB3DD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 179 | 221 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.13 |
| HSL | 257.14º | 0.38% | 0.78% | - |
| HSV(B) | 257.14º | 0.19% | 0.87% | - |
| XYZ | 50.66 | 48.54 | 75.11 | - |
| YUV | 187.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 221 | 0.14 | 0.19 | 0 | 0.13 | 257.14 | 0.38 | 0.78 |
| Hex | BF | B3 | DD | E | 13 | 0 | D | 101 | 26 | 4E |
| Octal | 277 | 263 | 335 | 16 | 23 | 0 | 15 | 401 | 46 | 116 |
| Binary | 10111111 | 10110011 | 11011101 | 1110 | 10011 | 0 | 1101 | 100000001 | 100110 | 1001110 |
Color Harmonies of #BFB3DD
Complementary color
Monochromatic Colors of #BFB3DD
Black with #BFB3DD
Text Example
Text Example
White with #BFB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3DD; }
p { color: rgb(191,179,221); }
H1.HeaderClassName
{
color: #BFB3DD;
}
.AnyTagClassName
{
color: #BFB3DD;
}
</style>
background-color css
<style>
a { background-color: #BFB3DD; }
a { background-color: rgb(191,179,221); }
div.DivClassName
{
background-color: #BFB3DD;
}
.BgClassName
{
background-color: #BFB3DD;
}
</style>
border-color css
<style>
span { border-color: #BFB3DD; }
span { border-color: rgb(191,179,221); }
td.TdClassName
{
border-color: #BFB3DD;
}
.TagClassName
{
border-color: #BFB3DD;
}
</style>