Shades of Melrose #BBAEEA
Tints of Melrose #BBAEEA
RGB
CMYK
RGB Variations
Color information
#BBAEEA (or 0xBBAEEA) is known color: Melrose. HEX triplet: BB, AE and EA. RGB value is (187,174,234). Sum of RGB (Red+Green+Blue) = 187+174+234=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEEA is #445115. Grayscale: #B8B8B8. Windows color (decimal): -4477206 or 15380155. OLE color: 15380155.
HSL color Cylindrical-coordinate representation of color #BBAEEA: hue angle of 253º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAEEA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 174 | 234 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.08 |
| HSL | 253º | 0.59% | 0.8% | - |
| HSV(B) | 253º | 0.26% | 0.92% | - |
| XYZ | 50.48 | 46.78 | 84.21 | - |
| YUV | 184.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 234 | 0.20 | 0.26 | 0 | 0.08 | 253 | 0.59 | 0.8 |
| Hex | BB | AE | EA | 14 | 1A | 0 | 8 | FD | 3B | 50 |
| Octal | 273 | 256 | 352 | 24 | 32 | 0 | 10 | 375 | 73 | 120 |
| Binary | 10111011 | 10101110 | 11101010 | 10100 | 11010 | 0 | 1000 | 11111101 | 111011 | 1010000 |
Color Harmonies of #BBAEEA
Complementary color
Monochromatic Colors of #BBAEEA
Black with #BBAEEA
Text Example
Text Example
White with #BBAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEEA; }
p { color: rgb(187,174,234); }
H1.HeaderClassName
{
color: #BBAEEA;
}
.AnyTagClassName
{
color: #BBAEEA;
}
</style>
background-color css
<style>
a { background-color: #BBAEEA; }
a { background-color: rgb(187,174,234); }
div.DivClassName
{
background-color: #BBAEEA;
}
.BgClassName
{
background-color: #BBAEEA;
}
</style>
border-color css
<style>
span { border-color: #BBAEEA; }
span { border-color: rgb(187,174,234); }
td.TdClassName
{
border-color: #BBAEEA;
}
.TagClassName
{
border-color: #BBAEEA;
}
</style>