Shades of Melrose #BBAAFE
Tints of Melrose #BBAAFE
RGB
CMYK
RGB Variations
Color information
#BBAAFE (or 0xBBAAFE) is known color: Melrose. HEX triplet: BB, AA and FE. RGB value is (187,170,254). Sum of RGB (Red+Green+Blue) = 187+170+254=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFE is #445501. Grayscale: #B8B8B8. Windows color (decimal): -4478210 or 16689851. OLE color: 16689851.
HSL color Cylindrical-coordinate representation of color #BBAAFE: hue angle of 252.14º 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 #BBAAFE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 170 | 254 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.00 |
| HSL | 252.14º | 0.98% | 0.83% | - |
| HSV(B) | 252.14º | 0.33% | 1% | - |
| XYZ | 52.76 | 46.47 | 99.95 | - |
| YUV | 184.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 254 | 0.26 | 0.33 | 0 | 0.00 | 252.14 | 0.98 | 0.83 |
| Hex | BB | AA | FE | 1A | 21 | 0 | 0 | FC | 62 | 53 |
| Octal | 273 | 252 | 376 | 32 | 41 | 0 | 0 | 374 | 142 | 123 |
| Binary | 10111011 | 10101010 | 11111110 | 11010 | 100001 | 0 | 0 | 11111100 | 1100010 | 1010011 |
Color Harmonies of #BBAAFE
Complementary color
Monochromatic Colors of #BBAAFE
Black with #BBAAFE
Text Example
Text Example
White with #BBAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAFE; }
p { color: rgb(187,170,254); }
H1.HeaderClassName
{
color: #BBAAFE;
}
.AnyTagClassName
{
color: #BBAAFE;
}
</style>
background-color css
<style>
a { background-color: #BBAAFE; }
a { background-color: rgb(187,170,254); }
div.DivClassName
{
background-color: #BBAAFE;
}
.BgClassName
{
background-color: #BBAAFE;
}
</style>
border-color css
<style>
span { border-color: #BBAAFE; }
span { border-color: rgb(187,170,254); }
td.TdClassName
{
border-color: #BBAAFE;
}
.TagClassName
{
border-color: #BBAAFE;
}
</style>