Shades of Melrose #BFB6DD
Tints of Melrose #BFB6DD
RGB
CMYK
RGB Variations
Color information
#BFB6DD (or 0xBFB6DD) is known color: Melrose. HEX triplet: BF, B6 and DD. RGB value is (191,182,221). Sum of RGB (Red+Green+Blue) = 191+182+221=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6DD is #404922. Grayscale: #BCBCBC. Windows color (decimal): -4213027 or 14530239. OLE color: 14530239.
HSL color Cylindrical-coordinate representation of color #BFB6DD: hue angle of 253.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB6DD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 182 | 221 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.13 |
| HSL | 253.85º | 0.36% | 0.79% | - |
| HSV(B) | 253.85º | 0.18% | 0.87% | - |
| XYZ | 51.26 | 49.75 | 75.31 | - |
| YUV | 189.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 221 | 0.14 | 0.18 | 0 | 0.13 | 253.85 | 0.36 | 0.79 |
| Hex | BF | B6 | DD | E | 12 | 0 | D | FE | 24 | 4F |
| Octal | 277 | 266 | 335 | 16 | 22 | 0 | 15 | 376 | 44 | 117 |
| Binary | 10111111 | 10110110 | 11011101 | 1110 | 10010 | 0 | 1101 | 11111110 | 100100 | 1001111 |
Color Harmonies of #BFB6DD
Complementary color
Monochromatic Colors of #BFB6DD
Black with #BFB6DD
Text Example
Text Example
White with #BFB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6DD; }
p { color: rgb(191,182,221); }
H1.HeaderClassName
{
color: #BFB6DD;
}
.AnyTagClassName
{
color: #BFB6DD;
}
</style>
background-color css
<style>
a { background-color: #BFB6DD; }
a { background-color: rgb(191,182,221); }
div.DivClassName
{
background-color: #BFB6DD;
}
.BgClassName
{
background-color: #BFB6DD;
}
</style>
border-color css
<style>
span { border-color: #BFB6DD; }
span { border-color: rgb(191,182,221); }
td.TdClassName
{
border-color: #BFB6DD;
}
.TagClassName
{
border-color: #BFB6DD;
}
</style>