Shades of Melrose #BFB6DC
Tints of Melrose #BFB6DC
RGB
CMYK
RGB Variations
Color information
#BFB6DC (or 0xBFB6DC) is known color: Melrose. HEX triplet: BF, B6 and DC. RGB value is (191,182,220). Sum of RGB (Red+Green+Blue) = 191+182+220=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6DC is #404923. Grayscale: #BCBCBC. Windows color (decimal): -4213028 or 14464703. OLE color: 14464703.
HSL color Cylindrical-coordinate representation of color #BFB6DC: hue angle of 254.21º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB6DC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 182 | 220 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.14 |
| HSL | 254.21º | 0.35% | 0.79% | - |
| HSV(B) | 254.21º | 0.17% | 0.86% | - |
| XYZ | 51.13 | 49.7 | 74.61 | - |
| YUV | 189.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 220 | 0.13 | 0.17 | 0 | 0.14 | 254.21 | 0.35 | 0.79 |
| Hex | BF | B6 | DC | D | 11 | 0 | E | FE | 23 | 4F |
| Octal | 277 | 266 | 334 | 15 | 21 | 0 | 16 | 376 | 43 | 117 |
| Binary | 10111111 | 10110110 | 11011100 | 1101 | 10001 | 0 | 1110 | 11111110 | 100011 | 1001111 |
Color Harmonies of #BFB6DC
Complementary color
Monochromatic Colors of #BFB6DC
Black with #BFB6DC
Text Example
Text Example
White with #BFB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6DC; }
p { color: rgb(191,182,220); }
H1.HeaderClassName
{
color: #BFB6DC;
}
.AnyTagClassName
{
color: #BFB6DC;
}
</style>
background-color css
<style>
a { background-color: #BFB6DC; }
a { background-color: rgb(191,182,220); }
div.DivClassName
{
background-color: #BFB6DC;
}
.BgClassName
{
background-color: #BFB6DC;
}
</style>
border-color css
<style>
span { border-color: #BFB6DC; }
span { border-color: rgb(191,182,220); }
td.TdClassName
{
border-color: #BFB6DC;
}
.TagClassName
{
border-color: #BFB6DC;
}
</style>