Shades of Melrose #BBB4E9
Tints of Melrose #BBB4E9
RGB
CMYK
RGB Variations
Color information
#BBB4E9 (or 0xBBB4E9) is known color: Melrose. HEX triplet: BB, B4 and E9. RGB value is (187,180,233). Sum of RGB (Red+Green+Blue) = 187+180+233=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBB4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4E9 is #444B16. Grayscale: #BBBBBB. Windows color (decimal): -4475671 or 15316155. OLE color: 15316155.
HSL color Cylindrical-coordinate representation of color #BBB4E9: hue angle of 247.92º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB4E9 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 180 | 233 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.09 |
| HSL | 247.92º | 0.55% | 0.81% | - |
| HSV(B) | 247.92º | 0.23% | 0.91% | - |
| XYZ | 51.52 | 49.09 | 83.85 | - |
| YUV | 188.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 233 | 0.20 | 0.23 | 0 | 0.09 | 247.92 | 0.55 | 0.81 |
| Hex | BB | B4 | E9 | 14 | 17 | 0 | 9 | F8 | 37 | 51 |
| Octal | 273 | 264 | 351 | 24 | 27 | 0 | 11 | 370 | 67 | 121 |
| Binary | 10111011 | 10110100 | 11101001 | 10100 | 10111 | 0 | 1001 | 11111000 | 110111 | 1010001 |
Color Harmonies of #BBB4E9
Complementary color
Monochromatic Colors of #BBB4E9
Black with #BBB4E9
Text Example
Text Example
White with #BBB4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4E9; }
p { color: rgb(187,180,233); }
H1.HeaderClassName
{
color: #BBB4E9;
}
.AnyTagClassName
{
color: #BBB4E9;
}
</style>
background-color css
<style>
a { background-color: #BBB4E9; }
a { background-color: rgb(187,180,233); }
div.DivClassName
{
background-color: #BBB4E9;
}
.BgClassName
{
background-color: #BBB4E9;
}
</style>
border-color css
<style>
span { border-color: #BBB4E9; }
span { border-color: rgb(187,180,233); }
td.TdClassName
{
border-color: #BBB4E9;
}
.TagClassName
{
border-color: #BBB4E9;
}
</style>