Shades of Melrose #BBB4EC
Tints of Melrose #BBB4EC
RGB
CMYK
RGB Variations
Color information
#BBB4EC (or 0xBBB4EC) is known color: Melrose. HEX triplet: BB, B4 and EC. RGB value is (187,180,236). Sum of RGB (Red+Green+Blue) = 187+180+236=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4EC is #444B13. Grayscale: #BCBCBC. Windows color (decimal): -4475668 or 15512763. OLE color: 15512763.
HSL color Cylindrical-coordinate representation of color #BBB4EC: hue angle of 247.5º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB4EC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 180 | 236 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.07 |
| HSL | 247.5º | 0.6% | 0.82% | - |
| HSV(B) | 247.5º | 0.24% | 0.93% | - |
| XYZ | 51.96 | 49.26 | 86.13 | - |
| YUV | 188.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 236 | 0.21 | 0.24 | 0 | 0.07 | 247.5 | 0.6 | 0.82 |
| Hex | BB | B4 | EC | 15 | 18 | 0 | 7 | F8 | 3C | 52 |
| Octal | 273 | 264 | 354 | 25 | 30 | 0 | 7 | 370 | 74 | 122 |
| Binary | 10111011 | 10110100 | 11101100 | 10101 | 11000 | 0 | 111 | 11111000 | 111100 | 1010010 |
Color Harmonies of #BBB4EC
Complementary color
Monochromatic Colors of #BBB4EC
Black with #BBB4EC
Text Example
Text Example
White with #BBB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4EC; }
p { color: rgb(187,180,236); }
H1.HeaderClassName
{
color: #BBB4EC;
}
.AnyTagClassName
{
color: #BBB4EC;
}
</style>
background-color css
<style>
a { background-color: #BBB4EC; }
a { background-color: rgb(187,180,236); }
div.DivClassName
{
background-color: #BBB4EC;
}
.BgClassName
{
background-color: #BBB4EC;
}
</style>
border-color css
<style>
span { border-color: #BBB4EC; }
span { border-color: rgb(187,180,236); }
td.TdClassName
{
border-color: #BBB4EC;
}
.TagClassName
{
border-color: #BBB4EC;
}
</style>