Shades of Melrose #BFABEC
Tints of Melrose #BFABEC
RGB
CMYK
RGB Variations
Color information
#BFABEC (or 0xBFABEC) is known color: Melrose. HEX triplet: BF, AB and EC. RGB value is (191,171,236). Sum of RGB (Red+Green+Blue) = 191+171+236=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABEC is #405413. Grayscale: #B8B8B8. Windows color (decimal): -4215828 or 15510463. OLE color: 15510463.
HSL color Cylindrical-coordinate representation of color #BFABEC: hue angle of 258.46º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFABEC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 171 | 236 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 258.46º | 0.63% | 0.8% | - |
| HSV(B) | 258.46º | 0.28% | 0.93% | - |
| XYZ | 51.19 | 46.26 | 85.59 | - |
| YUV | 184.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 236 | 0.19 | 0.28 | 0 | 0.07 | 258.46 | 0.63 | 0.8 |
| Hex | BF | AB | EC | 13 | 1C | 0 | 7 | 102 | 3F | 50 |
| Octal | 277 | 253 | 354 | 23 | 34 | 0 | 7 | 402 | 77 | 120 |
| Binary | 10111111 | 10101011 | 11101100 | 10011 | 11100 | 0 | 111 | 100000010 | 111111 | 1010000 |
Color Harmonies of #BFABEC
Complementary color
Monochromatic Colors of #BFABEC
Black with #BFABEC
Text Example
Text Example
White with #BFABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABEC; }
p { color: rgb(191,171,236); }
H1.HeaderClassName
{
color: #BFABEC;
}
.AnyTagClassName
{
color: #BFABEC;
}
</style>
background-color css
<style>
a { background-color: #BFABEC; }
a { background-color: rgb(191,171,236); }
div.DivClassName
{
background-color: #BFABEC;
}
.BgClassName
{
background-color: #BFABEC;
}
</style>
border-color css
<style>
span { border-color: #BFABEC; }
span { border-color: rgb(191,171,236); }
td.TdClassName
{
border-color: #BFABEC;
}
.TagClassName
{
border-color: #BFABEC;
}
</style>