Shades of Melrose #BBAAED
Tints of Melrose #BBAAED
RGB
CMYK
RGB Variations
Color information
#BBAAED (or 0xBBAAED) is known color: Melrose. HEX triplet: BB, AA and ED. RGB value is (187,170,237). Sum of RGB (Red+Green+Blue) = 187+170+237=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAED is #445512. Grayscale: #B6B6B6. Windows color (decimal): -4478227 or 15575739. OLE color: 15575739.
HSL color Cylindrical-coordinate representation of color #BBAAED: hue angle of 255.22º degrees, saturation: 0.65, 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 #BBAAED is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 170 | 237 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.07 |
| HSL | 255.22º | 0.65% | 0.8% | - |
| HSV(B) | 255.22º | 0.28% | 0.93% | - |
| XYZ | 50.15 | 45.43 | 86.25 | - |
| YUV | 182.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 237 | 0.21 | 0.28 | 0 | 0.07 | 255.22 | 0.65 | 0.8 |
| Hex | BB | AA | ED | 15 | 1C | 0 | 7 | FF | 41 | 50 |
| Octal | 273 | 252 | 355 | 25 | 34 | 0 | 7 | 377 | 101 | 120 |
| Binary | 10111011 | 10101010 | 11101101 | 10101 | 11100 | 0 | 111 | 11111111 | 1000001 | 1010000 |
Color Harmonies of #BBAAED
Complementary color
Monochromatic Colors of #BBAAED
Black with #BBAAED
Text Example
Text Example
White with #BBAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAED; }
p { color: rgb(187,170,237); }
H1.HeaderClassName
{
color: #BBAAED;
}
.AnyTagClassName
{
color: #BBAAED;
}
</style>
background-color css
<style>
a { background-color: #BBAAED; }
a { background-color: rgb(187,170,237); }
div.DivClassName
{
background-color: #BBAAED;
}
.BgClassName
{
background-color: #BBAAED;
}
</style>
border-color css
<style>
span { border-color: #BBAAED; }
span { border-color: rgb(187,170,237); }
td.TdClassName
{
border-color: #BBAAED;
}
.TagClassName
{
border-color: #BBAAED;
}
</style>