Shades of Melrose #BBB0E9
Tints of Melrose #BBB0E9
RGB
CMYK
RGB Variations
Color information
#BBB0E9 (or 0xBBB0E9) is known color: Melrose. HEX triplet: BB, B0 and E9. RGB value is (187,176,233). Sum of RGB (Red+Green+Blue) = 187+176+233=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0E9 is #444F16. Grayscale: #B9B9B9. Windows color (decimal): -4476695 or 15315131. OLE color: 15315131.
HSL color Cylindrical-coordinate representation of color #BBB0E9: hue angle of 251.58º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB0E9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 176 | 233 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.09 |
| HSL | 251.58º | 0.56% | 0.8% | - |
| HSV(B) | 251.58º | 0.24% | 0.91% | - |
| XYZ | 50.73 | 47.5 | 83.59 | - |
| YUV | 185.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 233 | 0.20 | 0.24 | 0 | 0.09 | 251.58 | 0.56 | 0.8 |
| Hex | BB | B0 | E9 | 14 | 18 | 0 | 9 | FC | 38 | 50 |
| Octal | 273 | 260 | 351 | 24 | 30 | 0 | 11 | 374 | 70 | 120 |
| Binary | 10111011 | 10110000 | 11101001 | 10100 | 11000 | 0 | 1001 | 11111100 | 111000 | 1010000 |
Color Harmonies of #BBB0E9
Complementary color
Monochromatic Colors of #BBB0E9
Black with #BBB0E9
Text Example
Text Example
White with #BBB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0E9; }
p { color: rgb(187,176,233); }
H1.HeaderClassName
{
color: #BBB0E9;
}
.AnyTagClassName
{
color: #BBB0E9;
}
</style>
background-color css
<style>
a { background-color: #BBB0E9; }
a { background-color: rgb(187,176,233); }
div.DivClassName
{
background-color: #BBB0E9;
}
.BgClassName
{
background-color: #BBB0E9;
}
</style>
border-color css
<style>
span { border-color: #BBB0E9; }
span { border-color: rgb(187,176,233); }
td.TdClassName
{
border-color: #BBB0E9;
}
.TagClassName
{
border-color: #BBB0E9;
}
</style>