Shades of Melrose #BBACED
Tints of Melrose #BBACED
RGB
CMYK
RGB Variations
Color information
#BBACED (or 0xBBACED) is known color: Melrose. HEX triplet: BB, AC and ED. RGB value is (187,172,237). Sum of RGB (Red+Green+Blue) = 187+172+237=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACED is #445312. Grayscale: #B7B7B7. Windows color (decimal): -4477715 or 15576251. OLE color: 15576251.
HSL color Cylindrical-coordinate representation of color #BBACED: hue angle of 253.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBACED is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 172 | 237 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.07 |
| HSL | 253.85º | 0.64% | 0.8% | - |
| HSV(B) | 253.85º | 0.27% | 0.93% | - |
| XYZ | 50.53 | 46.18 | 86.37 | - |
| YUV | 183.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 237 | 0.21 | 0.27 | 0 | 0.07 | 253.85 | 0.64 | 0.8 |
| Hex | BB | AC | ED | 15 | 1B | 0 | 7 | FE | 40 | 50 |
| Octal | 273 | 254 | 355 | 25 | 33 | 0 | 7 | 376 | 100 | 120 |
| Binary | 10111011 | 10101100 | 11101101 | 10101 | 11011 | 0 | 111 | 11111110 | 1000000 | 1010000 |
Color Harmonies of #BBACED
Complementary color
Monochromatic Colors of #BBACED
Black with #BBACED
Text Example
Text Example
White with #BBACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACED; }
p { color: rgb(187,172,237); }
H1.HeaderClassName
{
color: #BBACED;
}
.AnyTagClassName
{
color: #BBACED;
}
</style>
background-color css
<style>
a { background-color: #BBACED; }
a { background-color: rgb(187,172,237); }
div.DivClassName
{
background-color: #BBACED;
}
.BgClassName
{
background-color: #BBACED;
}
</style>
border-color css
<style>
span { border-color: #BBACED; }
span { border-color: rgb(187,172,237); }
td.TdClassName
{
border-color: #BBACED;
}
.TagClassName
{
border-color: #BBACED;
}
</style>