Shades of Melrose #BBAEE1
Tints of Melrose #BBAEE1
RGB
CMYK
RGB Variations
Color information
#BBAEE1 (or 0xBBAEE1) is known color: Melrose. HEX triplet: BB, AE and E1. RGB value is (187,174,225). Sum of RGB (Red+Green+Blue) = 187+174+225=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEE1 is #44511E. Grayscale: #B7B7B7. Windows color (decimal): -4477215 or 14790331. OLE color: 14790331.
HSL color Cylindrical-coordinate representation of color #BBAEE1: hue angle of 255.29º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAEE1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 174 | 225 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.12 |
| HSL | 255.29º | 0.46% | 0.78% | - |
| HSV(B) | 255.29º | 0.23% | 0.88% | - |
| XYZ | 49.22 | 46.27 | 77.57 | - |
| YUV | 183.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 225 | 0.17 | 0.23 | 0 | 0.12 | 255.29 | 0.46 | 0.78 |
| Hex | BB | AE | E1 | 11 | 17 | 0 | C | FF | 2E | 4E |
| Octal | 273 | 256 | 341 | 21 | 27 | 0 | 14 | 377 | 56 | 116 |
| Binary | 10111011 | 10101110 | 11100001 | 10001 | 10111 | 0 | 1100 | 11111111 | 101110 | 1001110 |
Color Harmonies of #BBAEE1
Complementary color
Monochromatic Colors of #BBAEE1
Black with #BBAEE1
Text Example
Text Example
White with #BBAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEE1; }
p { color: rgb(187,174,225); }
H1.HeaderClassName
{
color: #BBAEE1;
}
.AnyTagClassName
{
color: #BBAEE1;
}
</style>
background-color css
<style>
a { background-color: #BBAEE1; }
a { background-color: rgb(187,174,225); }
div.DivClassName
{
background-color: #BBAEE1;
}
.BgClassName
{
background-color: #BBAEE1;
}
</style>
border-color css
<style>
span { border-color: #BBAEE1; }
span { border-color: rgb(187,174,225); }
td.TdClassName
{
border-color: #BBAEE1;
}
.TagClassName
{
border-color: #BBAEE1;
}
</style>