Shades of Melrose #BBABFF
Tints of Melrose #BBABFF
RGB
CMYK
RGB Variations
Color information
#BBABFF (or 0xBBABFF) is known color: Melrose. HEX triplet: BB, AB and FF. RGB value is (187,171,255). Sum of RGB (Red+Green+Blue) = 187+171+255=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFF is #445400. Grayscale: #B9B9B9. Windows color (decimal): -4477953 or 16755643. OLE color: 16755643.
HSL color Cylindrical-coordinate representation of color #BBABFF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBABFF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 171 | 255 | - |
| CMYK | 0.27 | 0.33 | 0 | 0 |
| HSL | 251.43º | 1% | 0.84% | - |
| HSV(B) | 251.43º | 0.33% | 1% | - |
| XYZ | 53.11 | 46.91 | 100.86 | - |
| YUV | 185.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 255 | 0.27 | 0.33 | 0 | 0 | 251.43 | 1 | 0.84 |
| Hex | BB | AB | FF | 1B | 21 | 0 | 0 | FB | 64 | 54 |
| Octal | 273 | 253 | 377 | 33 | 41 | 0 | 0 | 373 | 144 | 124 |
| Binary | 10111011 | 10101011 | 11111111 | 11011 | 100001 | 0 | 0 | 11111011 | 1100100 | 1010100 |
Color Harmonies of #BBABFF
Complementary color
Monochromatic Colors of #BBABFF
Black with #BBABFF
Text Example
Text Example
White with #BBABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABFF; }
p { color: rgb(187,171,255); }
H1.HeaderClassName
{
color: #BBABFF;
}
.AnyTagClassName
{
color: #BBABFF;
}
</style>
background-color css
<style>
a { background-color: #BBABFF; }
a { background-color: rgb(187,171,255); }
div.DivClassName
{
background-color: #BBABFF;
}
.BgClassName
{
background-color: #BBABFF;
}
</style>
border-color css
<style>
span { border-color: #BBABFF; }
span { border-color: rgb(187,171,255); }
td.TdClassName
{
border-color: #BBABFF;
}
.TagClassName
{
border-color: #BBABFF;
}
</style>