Shades of Melrose #BBACEB
Tints of Melrose #BBACEB
RGB
CMYK
RGB Variations
Color information
#BBACEB (or 0xBBACEB) is known color: Melrose. HEX triplet: BB, AC and EB. RGB value is (187,172,235). Sum of RGB (Red+Green+Blue) = 187+172+235=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACEB is #445314. Grayscale: #B7B7B7. Windows color (decimal): -4477717 or 15445179. OLE color: 15445179.
HSL color Cylindrical-coordinate representation of color #BBACEB: hue angle of 254.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBACEB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 172 | 235 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.08 |
| HSL | 254.29º | 0.61% | 0.8% | - |
| HSV(B) | 254.29º | 0.27% | 0.92% | - |
| XYZ | 50.24 | 46.07 | 84.84 | - |
| YUV | 183.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 235 | 0.20 | 0.27 | 0 | 0.08 | 254.29 | 0.61 | 0.8 |
| Hex | BB | AC | EB | 14 | 1B | 0 | 8 | FE | 3D | 50 |
| Octal | 273 | 254 | 353 | 24 | 33 | 0 | 10 | 376 | 75 | 120 |
| Binary | 10111011 | 10101100 | 11101011 | 10100 | 11011 | 0 | 1000 | 11111110 | 111101 | 1010000 |
Color Harmonies of #BBACEB
Complementary color
Monochromatic Colors of #BBACEB
Black with #BBACEB
Text Example
Text Example
White with #BBACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACEB; }
p { color: rgb(187,172,235); }
H1.HeaderClassName
{
color: #BBACEB;
}
.AnyTagClassName
{
color: #BBACEB;
}
</style>
background-color css
<style>
a { background-color: #BBACEB; }
a { background-color: rgb(187,172,235); }
div.DivClassName
{
background-color: #BBACEB;
}
.BgClassName
{
background-color: #BBACEB;
}
</style>
border-color css
<style>
span { border-color: #BBACEB; }
span { border-color: rgb(187,172,235); }
td.TdClassName
{
border-color: #BBACEB;
}
.TagClassName
{
border-color: #BBACEB;
}
</style>