Shades of Melrose #BBAAFF
Tints of Melrose #BBAAFF
RGB
CMYK
RGB Variations
Color information
#BBAAFF (or 0xBBAAFF) is known color: Melrose. HEX triplet: BB, AA and FF. RGB value is (187,170,255). Sum of RGB (Red+Green+Blue) = 187+170+255=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAFF is #445500. Grayscale: #B8B8B8. Windows color (decimal): -4478209 or 16755387. OLE color: 16755387.
HSL color Cylindrical-coordinate representation of color #BBAAFF: hue angle of 252º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBAAFF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 170 | 255 | - |
| CMYK | 0.27 | 0.33 | 0 | 0 |
| HSL | 252º | 1% | 0.83% | - |
| HSV(B) | 252º | 0.33% | 1% | - |
| XYZ | 52.92 | 46.53 | 100.8 | - |
| YUV | 184.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 255 | 0.27 | 0.33 | 0 | 0 | 252 | 1 | 0.83 |
| Hex | BB | AA | FF | 1B | 21 | 0 | 0 | FC | 64 | 53 |
| Octal | 273 | 252 | 377 | 33 | 41 | 0 | 0 | 374 | 144 | 123 |
| Binary | 10111011 | 10101010 | 11111111 | 11011 | 100001 | 0 | 0 | 11111100 | 1100100 | 1010011 |
Color Harmonies of #BBAAFF
Complementary color
Monochromatic Colors of #BBAAFF
Black with #BBAAFF
Text Example
Text Example
White with #BBAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAFF; }
p { color: rgb(187,170,255); }
H1.HeaderClassName
{
color: #BBAAFF;
}
.AnyTagClassName
{
color: #BBAAFF;
}
</style>
background-color css
<style>
a { background-color: #BBAAFF; }
a { background-color: rgb(187,170,255); }
div.DivClassName
{
background-color: #BBAAFF;
}
.BgClassName
{
background-color: #BBAAFF;
}
</style>
border-color css
<style>
span { border-color: #BBAAFF; }
span { border-color: rgb(187,170,255); }
td.TdClassName
{
border-color: #BBAAFF;
}
.TagClassName
{
border-color: #BBAAFF;
}
</style>