Shades of Melrose #BBAAEC
Tints of Melrose #BBAAEC
RGB
CMYK
RGB Variations
Color information
#BBAAEC (or 0xBBAAEC) is known color: Melrose. HEX triplet: BB, AA and EC. RGB value is (187,170,236). Sum of RGB (Red+Green+Blue) = 187+170+236=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAEC is #445513. Grayscale: #B6B6B6. Windows color (decimal): -4478228 or 15510203. OLE color: 15510203.
HSL color Cylindrical-coordinate representation of color #BBAAEC: hue angle of 255.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBAAEC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 170 | 236 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.07 |
| HSL | 255.45º | 0.63% | 0.8% | - |
| HSV(B) | 255.45º | 0.28% | 0.93% | - |
| XYZ | 50.01 | 45.37 | 85.48 | - |
| YUV | 182.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 236 | 0.21 | 0.28 | 0 | 0.07 | 255.45 | 0.63 | 0.8 |
| Hex | BB | AA | EC | 15 | 1C | 0 | 7 | FF | 3F | 50 |
| Octal | 273 | 252 | 354 | 25 | 34 | 0 | 7 | 377 | 77 | 120 |
| Binary | 10111011 | 10101010 | 11101100 | 10101 | 11100 | 0 | 111 | 11111111 | 111111 | 1010000 |
Color Harmonies of #BBAAEC
Complementary color
Monochromatic Colors of #BBAAEC
Black with #BBAAEC
Text Example
Text Example
White with #BBAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAEC; }
p { color: rgb(187,170,236); }
H1.HeaderClassName
{
color: #BBAAEC;
}
.AnyTagClassName
{
color: #BBAAEC;
}
</style>
background-color css
<style>
a { background-color: #BBAAEC; }
a { background-color: rgb(187,170,236); }
div.DivClassName
{
background-color: #BBAAEC;
}
.BgClassName
{
background-color: #BBAAEC;
}
</style>
border-color css
<style>
span { border-color: #BBAAEC; }
span { border-color: rgb(187,170,236); }
td.TdClassName
{
border-color: #BBAAEC;
}
.TagClassName
{
border-color: #BBAAEC;
}
</style>