Shades of Melrose #BFABFE
Tints of Melrose #BFABFE
RGB
CMYK
RGB Variations
Color information
#BFABFE (or 0xBFABFE) is known color: Melrose. HEX triplet: BF, AB and FE. RGB value is (191,171,254). Sum of RGB (Red+Green+Blue) = 191+171+254=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABFE is #405401. Grayscale: #BABABA. Windows color (decimal): -4215810 or 16690111. OLE color: 16690111.
HSL color Cylindrical-coordinate representation of color #BFABFE: hue angle of 254.46º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFABFE is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 171 | 254 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.00 |
| HSL | 254.46º | 0.98% | 0.83% | - |
| HSV(B) | 254.46º | 0.33% | 1% | - |
| XYZ | 53.94 | 47.36 | 100.06 | - |
| YUV | 186.44 | 166.13 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 254 | 0.25 | 0.33 | 0 | 0.00 | 254.46 | 0.98 | 0.83 |
| Hex | BF | AB | FE | 19 | 21 | 0 | 0 | FE | 62 | 53 |
| Octal | 277 | 253 | 376 | 31 | 41 | 0 | 0 | 376 | 142 | 123 |
| Binary | 10111111 | 10101011 | 11111110 | 11001 | 100001 | 0 | 0 | 11111110 | 1100010 | 1010011 |
Color Harmonies of #BFABFE
Complementary color
Monochromatic Colors of #BFABFE
Black with #BFABFE
Text Example
Text Example
White with #BFABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABFE; }
p { color: rgb(191,171,254); }
H1.HeaderClassName
{
color: #BFABFE;
}
.AnyTagClassName
{
color: #BFABFE;
}
</style>
background-color css
<style>
a { background-color: #BFABFE; }
a { background-color: rgb(191,171,254); }
div.DivClassName
{
background-color: #BFABFE;
}
.BgClassName
{
background-color: #BFABFE;
}
</style>
border-color css
<style>
span { border-color: #BFABFE; }
span { border-color: rgb(191,171,254); }
td.TdClassName
{
border-color: #BFABFE;
}
.TagClassName
{
border-color: #BFABFE;
}
</style>