Shades of Melrose #BFABFD
Tints of Melrose #BFABFD
RGB
CMYK
RGB Variations
Color information
#BFABFD (or 0xBFABFD) is known color: Melrose. HEX triplet: BF, AB and FD. RGB value is (191,171,253). Sum of RGB (Red+Green+Blue) = 191+171+253=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABFD is #405402. Grayscale: #BABABA. Windows color (decimal): -4215811 or 16624575. OLE color: 16624575.
HSL color Cylindrical-coordinate representation of color #BFABFD: hue angle of 254.63º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFABFD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 171 | 253 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.01 |
| HSL | 254.63º | 0.95% | 0.83% | - |
| HSV(B) | 254.63º | 0.32% | 0.99% | - |
| XYZ | 53.78 | 47.29 | 99.22 | - |
| YUV | 186.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 253 | 0.25 | 0.32 | 0 | 0.01 | 254.63 | 0.95 | 0.83 |
| Hex | BF | AB | FD | 19 | 20 | 0 | 1 | FF | 5F | 53 |
| Octal | 277 | 253 | 375 | 31 | 40 | 0 | 1 | 377 | 137 | 123 |
| Binary | 10111111 | 10101011 | 11111101 | 11001 | 100000 | 0 | 1 | 11111111 | 1011111 | 1010011 |
Color Harmonies of #BFABFD
Complementary color
Monochromatic Colors of #BFABFD
Black with #BFABFD
Text Example
Text Example
White with #BFABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABFD; }
p { color: rgb(191,171,253); }
H1.HeaderClassName
{
color: #BFABFD;
}
.AnyTagClassName
{
color: #BFABFD;
}
</style>
background-color css
<style>
a { background-color: #BFABFD; }
a { background-color: rgb(191,171,253); }
div.DivClassName
{
background-color: #BFABFD;
}
.BgClassName
{
background-color: #BFABFD;
}
</style>
border-color css
<style>
span { border-color: #BFABFD; }
span { border-color: rgb(191,171,253); }
td.TdClassName
{
border-color: #BFABFD;
}
.TagClassName
{
border-color: #BFABFD;
}
</style>