Shades of Melrose #BBB2EC
Tints of Melrose #BBB2EC
RGB
CMYK
RGB Variations
Color information
#BBB2EC (or 0xBBB2EC) is known color: Melrose. HEX triplet: BB, B2 and EC. RGB value is (187,178,236). Sum of RGB (Red+Green+Blue) = 187+178+236=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2EC is #444D13. Grayscale: #BBBBBB. Windows color (decimal): -4476180 or 15512251. OLE color: 15512251.
HSL color Cylindrical-coordinate representation of color #BBB2EC: hue angle of 249.31º degrees, saturation: 0.6, 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 #BBB2EC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 178 | 236 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 249.31º | 0.6% | 0.81% | - |
| HSV(B) | 249.31º | 0.25% | 0.93% | - |
| XYZ | 51.55 | 48.46 | 85.99 | - |
| YUV | 187.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 236 | 0.21 | 0.25 | 0 | 0.07 | 249.31 | 0.6 | 0.81 |
| Hex | BB | B2 | EC | 15 | 19 | 0 | 7 | F9 | 3C | 51 |
| Octal | 273 | 262 | 354 | 25 | 31 | 0 | 7 | 371 | 74 | 121 |
| Binary | 10111011 | 10110010 | 11101100 | 10101 | 11001 | 0 | 111 | 11111001 | 111100 | 1010001 |
Color Harmonies of #BBB2EC
Complementary color
Monochromatic Colors of #BBB2EC
Black with #BBB2EC
Text Example
Text Example
White with #BBB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2EC; }
p { color: rgb(187,178,236); }
H1.HeaderClassName
{
color: #BBB2EC;
}
.AnyTagClassName
{
color: #BBB2EC;
}
</style>
background-color css
<style>
a { background-color: #BBB2EC; }
a { background-color: rgb(187,178,236); }
div.DivClassName
{
background-color: #BBB2EC;
}
.BgClassName
{
background-color: #BBB2EC;
}
</style>
border-color css
<style>
span { border-color: #BBB2EC; }
span { border-color: rgb(187,178,236); }
td.TdClassName
{
border-color: #BBB2EC;
}
.TagClassName
{
border-color: #BBB2EC;
}
</style>