Shades of Melrose #BBAAEE
Tints of Melrose #BBAAEE
RGB
CMYK
RGB Variations
Color information
#BBAAEE (or 0xBBAAEE) is known color: Melrose. HEX triplet: BB, AA and EE. RGB value is (187,170,238). Sum of RGB (Red+Green+Blue) = 187+170+238=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAEE is #445511. Grayscale: #B6B6B6. Windows color (decimal): -4478226 or 15641275. OLE color: 15641275.
HSL color Cylindrical-coordinate representation of color #BBAAEE: hue angle of 255º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAAEE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 170 | 238 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.07 |
| HSL | 255º | 0.67% | 0.8% | - |
| HSV(B) | 255º | 0.29% | 0.93% | - |
| XYZ | 50.3 | 45.49 | 87.02 | - |
| YUV | 182.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 238 | 0.21 | 0.29 | 0 | 0.07 | 255 | 0.67 | 0.8 |
| Hex | BB | AA | EE | 15 | 1D | 0 | 7 | FF | 43 | 50 |
| Octal | 273 | 252 | 356 | 25 | 35 | 0 | 7 | 377 | 103 | 120 |
| Binary | 10111011 | 10101010 | 11101110 | 10101 | 11101 | 0 | 111 | 11111111 | 1000011 | 1010000 |
Color Harmonies of #BBAAEE
Complementary color
Monochromatic Colors of #BBAAEE
Black with #BBAAEE
Text Example
Text Example
White with #BBAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAEE; }
p { color: rgb(187,170,238); }
H1.HeaderClassName
{
color: #BBAAEE;
}
.AnyTagClassName
{
color: #BBAAEE;
}
</style>
background-color css
<style>
a { background-color: #BBAAEE; }
a { background-color: rgb(187,170,238); }
div.DivClassName
{
background-color: #BBAAEE;
}
.BgClassName
{
background-color: #BBAAEE;
}
</style>
border-color css
<style>
span { border-color: #BBAAEE; }
span { border-color: rgb(187,170,238); }
td.TdClassName
{
border-color: #BBAAEE;
}
.TagClassName
{
border-color: #BBAAEE;
}
</style>