Shades of Melrose #BBAAFA
Tints of Melrose #BBAAFA
RGB
CMYK
RGB Variations
Color information
#BBAAFA (or 0xBBAAFA) is known color: Melrose. HEX triplet: BB, AA and FA. RGB value is (187,170,250). Sum of RGB (Red+Green+Blue) = 187+170+250=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFA is #445505. Grayscale: #B7B7B7. Windows color (decimal): -4478214 or 16427707. OLE color: 16427707.
HSL color Cylindrical-coordinate representation of color #BBAAFA: hue angle of 252.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBAAFA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 170 | 250 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.02 |
| HSL | 252.75º | 0.89% | 0.82% | - |
| HSV(B) | 252.75º | 0.32% | 0.98% | - |
| XYZ | 52.12 | 46.22 | 96.62 | - |
| YUV | 184.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 250 | 0.25 | 0.32 | 0 | 0.02 | 252.75 | 0.89 | 0.82 |
| Hex | BB | AA | FA | 19 | 20 | 0 | 2 | FD | 59 | 52 |
| Octal | 273 | 252 | 372 | 31 | 40 | 0 | 2 | 375 | 131 | 122 |
| Binary | 10111011 | 10101010 | 11111010 | 11001 | 100000 | 0 | 10 | 11111101 | 1011001 | 1010010 |
Color Harmonies of #BBAAFA
Complementary color
Monochromatic Colors of #BBAAFA
Black with #BBAAFA
Text Example
Text Example
White with #BBAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAFA; }
p { color: rgb(187,170,250); }
H1.HeaderClassName
{
color: #BBAAFA;
}
.AnyTagClassName
{
color: #BBAAFA;
}
</style>
background-color css
<style>
a { background-color: #BBAAFA; }
a { background-color: rgb(187,170,250); }
div.DivClassName
{
background-color: #BBAAFA;
}
.BgClassName
{
background-color: #BBAAFA;
}
</style>
border-color css
<style>
span { border-color: #BBAAFA; }
span { border-color: rgb(187,170,250); }
td.TdClassName
{
border-color: #BBAAFA;
}
.TagClassName
{
border-color: #BBAAFA;
}
</style>