Shades of Melrose #BBACE3
Tints of Melrose #BBACE3
RGB
CMYK
RGB Variations
Color information
#BBACE3 (or 0xBBACE3) is known color: Melrose. HEX triplet: BB, AC and E3. RGB value is (187,172,227). Sum of RGB (Red+Green+Blue) = 187+172+227=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACE3 is #44531C. Grayscale: #B6B6B6. Windows color (decimal): -4477725 or 14920891. OLE color: 14920891.
HSL color Cylindrical-coordinate representation of color #BBACE3: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBACE3 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 172 | 227 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.11 |
| HSL | 256.36º | 0.5% | 0.78% | - |
| HSV(B) | 256.36º | 0.24% | 0.89% | - |
| XYZ | 49.11 | 45.62 | 78.89 | - |
| YUV | 182.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 227 | 0.18 | 0.24 | 0 | 0.11 | 256.36 | 0.5 | 0.78 |
| Hex | BB | AC | E3 | 12 | 18 | 0 | B | 100 | 32 | 4E |
| Octal | 273 | 254 | 343 | 22 | 30 | 0 | 13 | 400 | 62 | 116 |
| Binary | 10111011 | 10101100 | 11100011 | 10010 | 11000 | 0 | 1011 | 100000000 | 110010 | 1001110 |
Color Harmonies of #BBACE3
Complementary color
Monochromatic Colors of #BBACE3
Black with #BBACE3
Text Example
Text Example
White with #BBACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACE3; }
p { color: rgb(187,172,227); }
H1.HeaderClassName
{
color: #BBACE3;
}
.AnyTagClassName
{
color: #BBACE3;
}
</style>
background-color css
<style>
a { background-color: #BBACE3; }
a { background-color: rgb(187,172,227); }
div.DivClassName
{
background-color: #BBACE3;
}
.BgClassName
{
background-color: #BBACE3;
}
</style>
border-color css
<style>
span { border-color: #BBACE3; }
span { border-color: rgb(187,172,227); }
td.TdClassName
{
border-color: #BBACE3;
}
.TagClassName
{
border-color: #BBACE3;
}
</style>