Shades of Melrose #BBABFB
Tints of Melrose #BBABFB
RGB
CMYK
RGB Variations
Color information
#BBABFB (or 0xBBABFB) is known color: Melrose. HEX triplet: BB, AB and FB. RGB value is (187,171,251). Sum of RGB (Red+Green+Blue) = 187+171+251=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFB is #445404. Grayscale: #B8B8B8. Windows color (decimal): -4477957 or 16493499. OLE color: 16493499.
HSL color Cylindrical-coordinate representation of color #BBABFB: hue angle of 252º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBABFB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 171 | 251 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.02 |
| HSL | 252º | 0.91% | 0.83% | - |
| HSV(B) | 252º | 0.32% | 0.98% | - |
| XYZ | 52.47 | 46.66 | 97.51 | - |
| YUV | 184.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 251 | 0.25 | 0.32 | 0 | 0.02 | 252 | 0.91 | 0.83 |
| Hex | BB | AB | FB | 19 | 20 | 0 | 2 | FC | 5B | 53 |
| Octal | 273 | 253 | 373 | 31 | 40 | 0 | 2 | 374 | 133 | 123 |
| Binary | 10111011 | 10101011 | 11111011 | 11001 | 100000 | 0 | 10 | 11111100 | 1011011 | 1010011 |
Color Harmonies of #BBABFB
Complementary color
Monochromatic Colors of #BBABFB
Black with #BBABFB
Text Example
Text Example
White with #BBABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABFB; }
p { color: rgb(187,171,251); }
H1.HeaderClassName
{
color: #BBABFB;
}
.AnyTagClassName
{
color: #BBABFB;
}
</style>
background-color css
<style>
a { background-color: #BBABFB; }
a { background-color: rgb(187,171,251); }
div.DivClassName
{
background-color: #BBABFB;
}
.BgClassName
{
background-color: #BBABFB;
}
</style>
border-color css
<style>
span { border-color: #BBABFB; }
span { border-color: rgb(187,171,251); }
td.TdClassName
{
border-color: #BBABFB;
}
.TagClassName
{
border-color: #BBABFB;
}
</style>