Shades of Melrose #BBB0EC
Tints of Melrose #BBB0EC
RGB
CMYK
RGB Variations
Color information
#BBB0EC (or 0xBBB0EC) is known color: Melrose. HEX triplet: BB, B0 and EC. RGB value is (187,176,236). Sum of RGB (Red+Green+Blue) = 187+176+236=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0EC is #444F13. Grayscale: #B9B9B9. Windows color (decimal): -4476692 or 15511739. OLE color: 15511739.
HSL color Cylindrical-coordinate representation of color #BBB0EC: hue angle of 251º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB0EC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 176 | 236 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 251º | 0.61% | 0.81% | - |
| HSV(B) | 251º | 0.25% | 0.93% | - |
| XYZ | 51.16 | 47.67 | 85.86 | - |
| YUV | 186.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 236 | 0.21 | 0.25 | 0 | 0.07 | 251 | 0.61 | 0.81 |
| Hex | BB | B0 | EC | 15 | 19 | 0 | 7 | FB | 3D | 51 |
| Octal | 273 | 260 | 354 | 25 | 31 | 0 | 7 | 373 | 75 | 121 |
| Binary | 10111011 | 10110000 | 11101100 | 10101 | 11001 | 0 | 111 | 11111011 | 111101 | 1010001 |
Color Harmonies of #BBB0EC
Complementary color
Monochromatic Colors of #BBB0EC
Black with #BBB0EC
Text Example
Text Example
White with #BBB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0EC; }
p { color: rgb(187,176,236); }
H1.HeaderClassName
{
color: #BBB0EC;
}
.AnyTagClassName
{
color: #BBB0EC;
}
</style>
background-color css
<style>
a { background-color: #BBB0EC; }
a { background-color: rgb(187,176,236); }
div.DivClassName
{
background-color: #BBB0EC;
}
.BgClassName
{
background-color: #BBB0EC;
}
</style>
border-color css
<style>
span { border-color: #BBB0EC; }
span { border-color: rgb(187,176,236); }
td.TdClassName
{
border-color: #BBB0EC;
}
.TagClassName
{
border-color: #BBB0EC;
}
</style>