Shades of Melrose #BFB6DE
Tints of Melrose #BFB6DE
RGB
CMYK
RGB Variations
Color information
#BFB6DE (or 0xBFB6DE) is known color: Melrose. HEX triplet: BF, B6 and DE. RGB value is (191,182,222). Sum of RGB (Red+Green+Blue) = 191+182+222=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6DE is #404921. Grayscale: #BDBDBD. Windows color (decimal): -4213026 or 14595775. OLE color: 14595775.
HSL color Cylindrical-coordinate representation of color #BFB6DE: hue angle of 253.5º degrees, saturation: 0.38, 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 #BFB6DE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 182 | 222 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.13 |
| HSL | 253.5º | 0.38% | 0.79% | - |
| HSV(B) | 253.5º | 0.18% | 0.87% | - |
| XYZ | 51.4 | 49.81 | 76.01 | - |
| YUV | 189.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 222 | 0.14 | 0.18 | 0 | 0.13 | 253.5 | 0.38 | 0.79 |
| Hex | BF | B6 | DE | E | 12 | 0 | D | FE | 26 | 4F |
| Octal | 277 | 266 | 336 | 16 | 22 | 0 | 15 | 376 | 46 | 117 |
| Binary | 10111111 | 10110110 | 11011110 | 1110 | 10010 | 0 | 1101 | 11111110 | 100110 | 1001111 |
Color Harmonies of #BFB6DE
Complementary color
Monochromatic Colors of #BFB6DE
Black with #BFB6DE
Text Example
Text Example
White with #BFB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6DE; }
p { color: rgb(191,182,222); }
H1.HeaderClassName
{
color: #BFB6DE;
}
.AnyTagClassName
{
color: #BFB6DE;
}
</style>
background-color css
<style>
a { background-color: #BFB6DE; }
a { background-color: rgb(191,182,222); }
div.DivClassName
{
background-color: #BFB6DE;
}
.BgClassName
{
background-color: #BFB6DE;
}
</style>
border-color css
<style>
span { border-color: #BFB6DE; }
span { border-color: rgb(191,182,222); }
td.TdClassName
{
border-color: #BFB6DE;
}
.TagClassName
{
border-color: #BFB6DE;
}
</style>