Shades of Melrose #BFABF0
Tints of Melrose #BFABF0
RGB
CMYK
RGB Variations
Color information
#BFABF0 (or 0xBFABF0) is known color: Melrose. HEX triplet: BF, AB and F0. RGB value is (191,171,240). Sum of RGB (Red+Green+Blue) = 191+171+240=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABF0 is #40540F. Grayscale: #B8B8B8. Windows color (decimal): -4215824 or 15772607. OLE color: 15772607.
HSL color Cylindrical-coordinate representation of color #BFABF0: hue angle of 257.39º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFABF0 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 171 | 240 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.06 |
| HSL | 257.39º | 0.7% | 0.81% | - |
| HSV(B) | 257.39º | 0.29% | 0.94% | - |
| XYZ | 51.78 | 46.49 | 88.68 | - |
| YUV | 184.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 240 | 0.20 | 0.29 | 0 | 0.06 | 257.39 | 0.7 | 0.81 |
| Hex | BF | AB | F0 | 14 | 1D | 0 | 6 | 101 | 46 | 51 |
| Octal | 277 | 253 | 360 | 24 | 35 | 0 | 6 | 401 | 106 | 121 |
| Binary | 10111111 | 10101011 | 11110000 | 10100 | 11101 | 0 | 110 | 100000001 | 1000110 | 1010001 |
Color Harmonies of #BFABF0
Complementary color
Monochromatic Colors of #BFABF0
Black with #BFABF0
Text Example
Text Example
White with #BFABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABF0; }
p { color: rgb(191,171,240); }
H1.HeaderClassName
{
color: #BFABF0;
}
.AnyTagClassName
{
color: #BFABF0;
}
</style>
background-color css
<style>
a { background-color: #BFABF0; }
a { background-color: rgb(191,171,240); }
div.DivClassName
{
background-color: #BFABF0;
}
.BgClassName
{
background-color: #BFABF0;
}
</style>
border-color css
<style>
span { border-color: #BFABF0; }
span { border-color: rgb(191,171,240); }
td.TdClassName
{
border-color: #BFABF0;
}
.TagClassName
{
border-color: #BFABF0;
}
</style>