Shades of Melrose #BBABFE
Tints of Melrose #BBABFE
RGB
CMYK
RGB Variations
Color information
#BBABFE (or 0xBBABFE) is known color: Melrose. HEX triplet: BB, AB and FE. RGB value is (187,171,254). Sum of RGB (Red+Green+Blue) = 187+171+254=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFE is #445401. Grayscale: #B8B8B8. Windows color (decimal): -4477954 or 16690107. OLE color: 16690107.
HSL color Cylindrical-coordinate representation of color #BBABFE: hue angle of 251.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBABFE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 171 | 254 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.00 |
| HSL | 251.57º | 0.98% | 0.83% | - |
| HSV(B) | 251.57º | 0.33% | 1% | - |
| XYZ | 52.95 | 46.85 | 100.02 | - |
| YUV | 185.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 254 | 0.26 | 0.33 | 0 | 0.00 | 251.57 | 0.98 | 0.83 |
| Hex | BB | AB | FE | 1A | 21 | 0 | 0 | FC | 62 | 53 |
| Octal | 273 | 253 | 376 | 32 | 41 | 0 | 0 | 374 | 142 | 123 |
| Binary | 10111011 | 10101011 | 11111110 | 11010 | 100001 | 0 | 0 | 11111100 | 1100010 | 1010011 |
Color Harmonies of #BBABFE
Complementary color
Monochromatic Colors of #BBABFE
Black with #BBABFE
Text Example
Text Example
White with #BBABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABFE; }
p { color: rgb(187,171,254); }
H1.HeaderClassName
{
color: #BBABFE;
}
.AnyTagClassName
{
color: #BBABFE;
}
</style>
background-color css
<style>
a { background-color: #BBABFE; }
a { background-color: rgb(187,171,254); }
div.DivClassName
{
background-color: #BBABFE;
}
.BgClassName
{
background-color: #BBABFE;
}
</style>
border-color css
<style>
span { border-color: #BBABFE; }
span { border-color: rgb(187,171,254); }
td.TdClassName
{
border-color: #BBABFE;
}
.TagClassName
{
border-color: #BBABFE;
}
</style>