Shades of Lily #BBB0B5
Tints of Lily #BBB0B5
RGB
CMYK
RGB Variations
Color information
#BBB0B5 (or 0xBBB0B5) is known color: Lily. HEX triplet: BB, B0 and B5. RGB value is (187,176,181). Sum of RGB (Red+Green+Blue) = 187+176+181=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0B5 is #444F4A. Grayscale: #B3B3B3. Windows color (decimal): -4476747 or 11907259. OLE color: 11907259.
HSL color Cylindrical-coordinate representation of color #BBB0B5: hue angle of 332.73º 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 #BBB0B5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 181 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.27 |
| HSL | 332.73º | 0.07% | 0.71% | - |
| HSV(B) | 332.73º | 0.06% | 0.73% | - |
| XYZ | 44.36 | 44.95 | 50.05 | - |
| YUV | 179.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 181 | 0 | 0.06 | 0.03 | 0.27 | 332.73 | 0.07 | 0.71 |
| Hex | BB | B0 | B5 | 0 | 6 | 3 | 1B | 14D | 7 | 47 |
| Octal | 273 | 260 | 265 | 0 | 6 | 3 | 33 | 515 | 7 | 107 |
| Binary | 10111011 | 10110000 | 10110101 | 0 | 110 | 11 | 11011 | 101001101 | 111 | 1000111 |
Color Harmonies of #BBB0B5
Complementary color
Monochromatic Colors of #BBB0B5
Black with #BBB0B5
Text Example
Text Example
White with #BBB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0B5; }
p { color: rgb(187,176,181); }
H1.HeaderClassName
{
color: #BBB0B5;
}
.AnyTagClassName
{
color: #BBB0B5;
}
</style>
background-color css
<style>
a { background-color: #BBB0B5; }
a { background-color: rgb(187,176,181); }
div.DivClassName
{
background-color: #BBB0B5;
}
.BgClassName
{
background-color: #BBB0B5;
}
</style>
border-color css
<style>
span { border-color: #BBB0B5; }
span { border-color: rgb(187,176,181); }
td.TdClassName
{
border-color: #BBB0B5;
}
.TagClassName
{
border-color: #BBB0B5;
}
</style>