Shades of Lily #BCB0B6
Tints of Lily #BCB0B6
RGB
CMYK
RGB Variations
Color information
#BCB0B6 (or 0xBCB0B6) is known color: Lily. HEX triplet: BC, B0 and B6. RGB value is (188,176,182). Sum of RGB (Red+Green+Blue) = 188+176+182=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0B6 is #434F49. Grayscale: #B4B4B4. Windows color (decimal): -4411210 or 11972796. OLE color: 11972796.
HSL color Cylindrical-coordinate representation of color #BCB0B6: hue angle of 330º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB0B6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 182 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.26 |
| HSL | 330º | 0.08% | 0.71% | - |
| HSV(B) | 330º | 0.06% | 0.74% | - |
| XYZ | 44.71 | 45.12 | 50.61 | - |
| YUV | 180.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 182 | 0 | 0.06 | 0.03 | 0.26 | 330 | 0.08 | 0.71 |
| Hex | BC | B0 | B6 | 0 | 6 | 3 | 1A | 14A | 8 | 47 |
| Octal | 274 | 260 | 266 | 0 | 6 | 3 | 32 | 512 | 10 | 107 |
| Binary | 10111100 | 10110000 | 10110110 | 0 | 110 | 11 | 11010 | 101001010 | 1000 | 1000111 |
Color Harmonies of #BCB0B6
Complementary color
Monochromatic Colors of #BCB0B6
Black with #BCB0B6
Text Example
Text Example
White with #BCB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0B6; }
p { color: rgb(188,176,182); }
H1.HeaderClassName
{
color: #BCB0B6;
}
.AnyTagClassName
{
color: #BCB0B6;
}
</style>
background-color css
<style>
a { background-color: #BCB0B6; }
a { background-color: rgb(188,176,182); }
div.DivClassName
{
background-color: #BCB0B6;
}
.BgClassName
{
background-color: #BCB0B6;
}
</style>
border-color css
<style>
span { border-color: #BCB0B6; }
span { border-color: rgb(188,176,182); }
td.TdClassName
{
border-color: #BCB0B6;
}
.TagClassName
{
border-color: #BCB0B6;
}
</style>