Shades of Lily #BCA0B7
Tints of Lily #BCA0B7
RGB
CMYK
RGB Variations
Color information
#BCA0B7 (or 0xBCA0B7) is known color: Lily. HEX triplet: BC, A0 and B7. RGB value is (188,160,183). Sum of RGB (Red+Green+Blue) = 188+160+183=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0B7 is #435F48. Grayscale: #AAAAAA. Windows color (decimal): -4415305 or 12034236. OLE color: 12034236.
HSL color Cylindrical-coordinate representation of color #BCA0B7: hue angle of 310.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0B7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 183 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.26 |
| HSL | 310.71º | 0.17% | 0.68% | - |
| HSV(B) | 310.71º | 0.15% | 0.74% | - |
| XYZ | 41.86 | 39.25 | 50.17 | - |
| YUV | 170.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 183 | 0 | 0.15 | 0.03 | 0.26 | 310.71 | 0.17 | 0.68 |
| Hex | BC | A0 | B7 | 0 | F | 3 | 1A | 137 | 11 | 44 |
| Octal | 274 | 240 | 267 | 0 | 17 | 3 | 32 | 467 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10110111 | 0 | 1111 | 11 | 11010 | 100110111 | 10001 | 1000100 |
Color Harmonies of #BCA0B7
Complementary color
Monochromatic Colors of #BCA0B7
Black with #BCA0B7
Text Example
Text Example
White with #BCA0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0B7; }
p { color: rgb(188,160,183); }
H1.HeaderClassName
{
color: #BCA0B7;
}
.AnyTagClassName
{
color: #BCA0B7;
}
</style>
background-color css
<style>
a { background-color: #BCA0B7; }
a { background-color: rgb(188,160,183); }
div.DivClassName
{
background-color: #BCA0B7;
}
.BgClassName
{
background-color: #BCA0B7;
}
</style>
border-color css
<style>
span { border-color: #BCA0B7; }
span { border-color: rgb(188,160,183); }
td.TdClassName
{
border-color: #BCA0B7;
}
.TagClassName
{
border-color: #BCA0B7;
}
</style>