Shades of Melrose #BFABF8
Tints of Melrose #BFABF8
RGB
CMYK
RGB Variations
Color information
#BFABF8 (or 0xBFABF8) is known color: Melrose. HEX triplet: BF, AB and F8. RGB value is (191,171,248). Sum of RGB (Red+Green+Blue) = 191+171+248=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABF8 is #405407. Grayscale: #B9B9B9. Windows color (decimal): -4215816 or 16296895. OLE color: 16296895.
HSL color Cylindrical-coordinate representation of color #BFABF8: hue angle of 255.58º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFABF8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 171 | 248 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.03 |
| HSL | 255.58º | 0.85% | 0.82% | - |
| HSV(B) | 255.58º | 0.31% | 0.97% | - |
| XYZ | 52.99 | 46.98 | 95.08 | - |
| YUV | 185.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 248 | 0.23 | 0.31 | 0 | 0.03 | 255.58 | 0.85 | 0.82 |
| Hex | BF | AB | F8 | 17 | 1F | 0 | 3 | 100 | 55 | 52 |
| Octal | 277 | 253 | 370 | 27 | 37 | 0 | 3 | 400 | 125 | 122 |
| Binary | 10111111 | 10101011 | 11111000 | 10111 | 11111 | 0 | 11 | 100000000 | 1010101 | 1010010 |
Color Harmonies of #BFABF8
Complementary color
Monochromatic Colors of #BFABF8
Black with #BFABF8
Text Example
Text Example
White with #BFABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABF8; }
p { color: rgb(191,171,248); }
H1.HeaderClassName
{
color: #BFABF8;
}
.AnyTagClassName
{
color: #BFABF8;
}
</style>
background-color css
<style>
a { background-color: #BFABF8; }
a { background-color: rgb(191,171,248); }
div.DivClassName
{
background-color: #BFABF8;
}
.BgClassName
{
background-color: #BFABF8;
}
</style>
border-color css
<style>
span { border-color: #BFABF8; }
span { border-color: rgb(191,171,248); }
td.TdClassName
{
border-color: #BFABF8;
}
.TagClassName
{
border-color: #BFABF8;
}
</style>