Shades of Melrose #BBABF1
Tints of Melrose #BBABF1
RGB
CMYK
RGB Variations
Color information
#BBABF1 (or 0xBBABF1) is known color: Melrose. HEX triplet: BB, AB and F1. RGB value is (187,171,241). Sum of RGB (Red+Green+Blue) = 187+171+241=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABF1 is #44540E. Grayscale: #B7B7B7. Windows color (decimal): -4477967 or 15838139. OLE color: 15838139.
HSL color Cylindrical-coordinate representation of color #BBABF1: hue angle of 253.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBABF1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 171 | 241 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.05 |
| HSL | 253.71º | 0.71% | 0.81% | - |
| HSV(B) | 253.71º | 0.29% | 0.95% | - |
| XYZ | 50.93 | 46.04 | 89.42 | - |
| YUV | 183.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 241 | 0.22 | 0.29 | 0 | 0.05 | 253.71 | 0.71 | 0.81 |
| Hex | BB | AB | F1 | 16 | 1D | 0 | 5 | FE | 47 | 51 |
| Octal | 273 | 253 | 361 | 26 | 35 | 0 | 5 | 376 | 107 | 121 |
| Binary | 10111011 | 10101011 | 11110001 | 10110 | 11101 | 0 | 101 | 11111110 | 1000111 | 1010001 |
Color Harmonies of #BBABF1
Complementary color
Monochromatic Colors of #BBABF1
Black with #BBABF1
Text Example
Text Example
White with #BBABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABF1; }
p { color: rgb(187,171,241); }
H1.HeaderClassName
{
color: #BBABF1;
}
.AnyTagClassName
{
color: #BBABF1;
}
</style>
background-color css
<style>
a { background-color: #BBABF1; }
a { background-color: rgb(187,171,241); }
div.DivClassName
{
background-color: #BBABF1;
}
.BgClassName
{
background-color: #BBABF1;
}
</style>
border-color css
<style>
span { border-color: #BBABF1; }
span { border-color: rgb(187,171,241); }
td.TdClassName
{
border-color: #BBABF1;
}
.TagClassName
{
border-color: #BBABF1;
}
</style>