Shades of Lily #BCB1B4
Tints of Lily #BCB1B4
RGB
CMYK
RGB Variations
Color information
#BCB1B4 (or 0xBCB1B4) is known color: Lily. HEX triplet: BC, B1 and B4. RGB value is (188,177,180). Sum of RGB (Red+Green+Blue) = 188+177+180=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1B4 is #434E4B. Grayscale: #B4B4B4. Windows color (decimal): -4410956 or 11841980. OLE color: 11841980.
HSL color Cylindrical-coordinate representation of color #BCB1B4: hue angle of 343.64º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB1B4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 180 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.26 |
| HSL | 343.64º | 0.08% | 0.72% | - |
| HSV(B) | 343.64º | 0.06% | 0.74% | - |
| XYZ | 44.7 | 45.43 | 49.59 | - |
| YUV | 180.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 180 | 0 | 0.06 | 0.04 | 0.26 | 343.64 | 0.08 | 0.72 |
| Hex | BC | B1 | B4 | 0 | 6 | 4 | 1A | 158 | 8 | 48 |
| Octal | 274 | 261 | 264 | 0 | 6 | 4 | 32 | 530 | 10 | 110 |
| Binary | 10111100 | 10110001 | 10110100 | 0 | 110 | 100 | 11010 | 101011000 | 1000 | 1001000 |
Color Harmonies of #BCB1B4
Complementary color
Monochromatic Colors of #BCB1B4
Black with #BCB1B4
Text Example
Text Example
White with #BCB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1B4; }
p { color: rgb(188,177,180); }
H1.HeaderClassName
{
color: #BCB1B4;
}
.AnyTagClassName
{
color: #BCB1B4;
}
</style>
background-color css
<style>
a { background-color: #BCB1B4; }
a { background-color: rgb(188,177,180); }
div.DivClassName
{
background-color: #BCB1B4;
}
.BgClassName
{
background-color: #BCB1B4;
}
</style>
border-color css
<style>
span { border-color: #BCB1B4; }
span { border-color: rgb(188,177,180); }
td.TdClassName
{
border-color: #BCB1B4;
}
.TagClassName
{
border-color: #BCB1B4;
}
</style>