Shades of Melrose #BBAEE4
Tints of Melrose #BBAEE4
RGB
CMYK
RGB Variations
Color information
#BBAEE4 (or 0xBBAEE4) is known color: Melrose. HEX triplet: BB, AE and E4. RGB value is (187,174,228). Sum of RGB (Red+Green+Blue) = 187+174+228=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEE4 is #44511B. Grayscale: #B7B7B7. Windows color (decimal): -4477212 or 14986939. OLE color: 14986939.
HSL color Cylindrical-coordinate representation of color #BBAEE4: hue angle of 254.44º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAEE4 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 174 | 228 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.11 |
| HSL | 254.44º | 0.5% | 0.79% | - |
| HSV(B) | 254.44º | 0.24% | 0.89% | - |
| XYZ | 49.63 | 46.44 | 79.75 | - |
| YUV | 184.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 228 | 0.18 | 0.24 | 0 | 0.11 | 254.44 | 0.5 | 0.79 |
| Hex | BB | AE | E4 | 12 | 18 | 0 | B | FE | 32 | 4F |
| Octal | 273 | 256 | 344 | 22 | 30 | 0 | 13 | 376 | 62 | 117 |
| Binary | 10111011 | 10101110 | 11100100 | 10010 | 11000 | 0 | 1011 | 11111110 | 110010 | 1001111 |
Color Harmonies of #BBAEE4
Complementary color
Monochromatic Colors of #BBAEE4
Black with #BBAEE4
Text Example
Text Example
White with #BBAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEE4; }
p { color: rgb(187,174,228); }
H1.HeaderClassName
{
color: #BBAEE4;
}
.AnyTagClassName
{
color: #BBAEE4;
}
</style>
background-color css
<style>
a { background-color: #BBAEE4; }
a { background-color: rgb(187,174,228); }
div.DivClassName
{
background-color: #BBAEE4;
}
.BgClassName
{
background-color: #BBAEE4;
}
</style>
border-color css
<style>
span { border-color: #BBAEE4; }
span { border-color: rgb(187,174,228); }
td.TdClassName
{
border-color: #BBAEE4;
}
.TagClassName
{
border-color: #BBAEE4;
}
</style>