Shades of Melrose #BBB0E2
Tints of Melrose #BBB0E2
RGB
CMYK
RGB Variations
Color information
#BBB0E2 (or 0xBBB0E2) is known color: Melrose. HEX triplet: BB, B0 and E2. RGB value is (187,176,226). Sum of RGB (Red+Green+Blue) = 187+176+226=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBB0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0E2 is #444F1D. Grayscale: #B8B8B8. Windows color (decimal): -4476702 or 14856379. OLE color: 14856379.
HSL color Cylindrical-coordinate representation of color #BBB0E2: hue angle of 253.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB0E2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 176 | 226 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.11 |
| HSL | 253.2º | 0.46% | 0.79% | - |
| HSV(B) | 253.2º | 0.22% | 0.89% | - |
| XYZ | 49.75 | 47.11 | 78.42 | - |
| YUV | 184.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 226 | 0.17 | 0.22 | 0 | 0.11 | 253.2 | 0.46 | 0.79 |
| Hex | BB | B0 | E2 | 11 | 16 | 0 | B | FD | 2E | 4F |
| Octal | 273 | 260 | 342 | 21 | 26 | 0 | 13 | 375 | 56 | 117 |
| Binary | 10111011 | 10110000 | 11100010 | 10001 | 10110 | 0 | 1011 | 11111101 | 101110 | 1001111 |
Color Harmonies of #BBB0E2
Complementary color
Monochromatic Colors of #BBB0E2
Black with #BBB0E2
Text Example
Text Example
White with #BBB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0E2; }
p { color: rgb(187,176,226); }
H1.HeaderClassName
{
color: #BBB0E2;
}
.AnyTagClassName
{
color: #BBB0E2;
}
</style>
background-color css
<style>
a { background-color: #BBB0E2; }
a { background-color: rgb(187,176,226); }
div.DivClassName
{
background-color: #BBB0E2;
}
.BgClassName
{
background-color: #BBB0E2;
}
</style>
border-color css
<style>
span { border-color: #BBB0E2; }
span { border-color: rgb(187,176,226); }
td.TdClassName
{
border-color: #BBB0E2;
}
.TagClassName
{
border-color: #BBB0E2;
}
</style>