Shades of Melrose #BBB1EC
Tints of Melrose #BBB1EC
RGB
CMYK
RGB Variations
Color information
#BBB1EC (or 0xBBB1EC) is known color: Melrose. HEX triplet: BB, B1 and EC. RGB value is (187,177,236). Sum of RGB (Red+Green+Blue) = 187+177+236=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1EC is #444E13. Grayscale: #BABABA. Windows color (decimal): -4476436 or 15511995. OLE color: 15511995.
HSL color Cylindrical-coordinate representation of color #BBB1EC: hue angle of 250.17º 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 #BBB1EC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 177 | 236 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 250.17º | 0.61% | 0.81% | - |
| HSV(B) | 250.17º | 0.25% | 0.93% | - |
| XYZ | 51.36 | 48.07 | 85.93 | - |
| YUV | 186.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 236 | 0.21 | 0.25 | 0 | 0.07 | 250.17 | 0.61 | 0.81 |
| Hex | BB | B1 | EC | 15 | 19 | 0 | 7 | FA | 3D | 51 |
| Octal | 273 | 261 | 354 | 25 | 31 | 0 | 7 | 372 | 75 | 121 |
| Binary | 10111011 | 10110001 | 11101100 | 10101 | 11001 | 0 | 111 | 11111010 | 111101 | 1010001 |
Color Harmonies of #BBB1EC
Complementary color
Monochromatic Colors of #BBB1EC
Black with #BBB1EC
Text Example
Text Example
White with #BBB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1EC; }
p { color: rgb(187,177,236); }
H1.HeaderClassName
{
color: #BBB1EC;
}
.AnyTagClassName
{
color: #BBB1EC;
}
</style>
background-color css
<style>
a { background-color: #BBB1EC; }
a { background-color: rgb(187,177,236); }
div.DivClassName
{
background-color: #BBB1EC;
}
.BgClassName
{
background-color: #BBB1EC;
}
</style>
border-color css
<style>
span { border-color: #BBB1EC; }
span { border-color: rgb(187,177,236); }
td.TdClassName
{
border-color: #BBB1EC;
}
.TagClassName
{
border-color: #BBB1EC;
}
</style>