Shades of Melrose #BFB6DA
Tints of Melrose #BFB6DA
RGB
CMYK
RGB Variations
Color information
#BFB6DA (or 0xBFB6DA) is known color: Melrose. HEX triplet: BF, B6 and DA. RGB value is (191,182,218). Sum of RGB (Red+Green+Blue) = 191+182+218=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6DA is #404925. Grayscale: #BCBCBC. Windows color (decimal): -4213030 or 14333631. OLE color: 14333631.
HSL color Cylindrical-coordinate representation of color #BFB6DA: hue angle of 255º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB6DA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 182 | 218 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.15 |
| HSL | 255º | 0.33% | 0.78% | - |
| HSV(B) | 255º | 0.17% | 0.85% | - |
| XYZ | 50.87 | 49.59 | 73.22 | - |
| YUV | 188.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 218 | 0.12 | 0.17 | 0 | 0.15 | 255 | 0.33 | 0.78 |
| Hex | BF | B6 | DA | C | 11 | 0 | F | FF | 21 | 4E |
| Octal | 277 | 266 | 332 | 14 | 21 | 0 | 17 | 377 | 41 | 116 |
| Binary | 10111111 | 10110110 | 11011010 | 1100 | 10001 | 0 | 1111 | 11111111 | 100001 | 1001110 |
Color Harmonies of #BFB6DA
Complementary color
Monochromatic Colors of #BFB6DA
Black with #BFB6DA
Text Example
Text Example
White with #BFB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6DA; }
p { color: rgb(191,182,218); }
H1.HeaderClassName
{
color: #BFB6DA;
}
.AnyTagClassName
{
color: #BFB6DA;
}
</style>
background-color css
<style>
a { background-color: #BFB6DA; }
a { background-color: rgb(191,182,218); }
div.DivClassName
{
background-color: #BFB6DA;
}
.BgClassName
{
background-color: #BFB6DA;
}
</style>
border-color css
<style>
span { border-color: #BFB6DA; }
span { border-color: rgb(191,182,218); }
td.TdClassName
{
border-color: #BFB6DA;
}
.TagClassName
{
border-color: #BFB6DA;
}
</style>