Shades of Lily #BBB0B3
Tints of Lily #BBB0B3
RGB
CMYK
RGB Variations
Color information
#BBB0B3 (or 0xBBB0B3) is known color: Lily. HEX triplet: BB, B0 and B3. RGB value is (187,176,179). Sum of RGB (Red+Green+Blue) = 187+176+179=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0B3 is #444F4C. Grayscale: #B3B3B3. Windows color (decimal): -4476749 or 11776187. OLE color: 11776187.
HSL color Cylindrical-coordinate representation of color #BBB0B3: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB0B3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 179 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.27 |
| HSL | 343.64º | 0.07% | 0.71% | - |
| HSV(B) | 343.64º | 0.06% | 0.73% | - |
| XYZ | 44.16 | 44.87 | 48.98 | - |
| YUV | 179.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 179 | 0 | 0.06 | 0.04 | 0.27 | 343.64 | 0.07 | 0.71 |
| Hex | BB | B0 | B3 | 0 | 6 | 4 | 1B | 158 | 7 | 47 |
| Octal | 273 | 260 | 263 | 0 | 6 | 4 | 33 | 530 | 7 | 107 |
| Binary | 10111011 | 10110000 | 10110011 | 0 | 110 | 100 | 11011 | 101011000 | 111 | 1000111 |
Color Harmonies of #BBB0B3
Complementary color
Monochromatic Colors of #BBB0B3
Black with #BBB0B3
Text Example
Text Example
White with #BBB0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0B3; }
p { color: rgb(187,176,179); }
H1.HeaderClassName
{
color: #BBB0B3;
}
.AnyTagClassName
{
color: #BBB0B3;
}
</style>
background-color css
<style>
a { background-color: #BBB0B3; }
a { background-color: rgb(187,176,179); }
div.DivClassName
{
background-color: #BBB0B3;
}
.BgClassName
{
background-color: #BBB0B3;
}
</style>
border-color css
<style>
span { border-color: #BBB0B3; }
span { border-color: rgb(187,176,179); }
td.TdClassName
{
border-color: #BBB0B3;
}
.TagClassName
{
border-color: #BBB0B3;
}
</style>