Shades of Lily #BCA5B5
Tints of Lily #BCA5B5
RGB
CMYK
RGB Variations
Color information
#BCA5B5 (or 0xBCA5B5) is known color: Lily. HEX triplet: BC, A5 and B5. RGB value is (188,165,181). Sum of RGB (Red+Green+Blue) = 188+165+181=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5B5 is #435A4A. Grayscale: #ADADAD. Windows color (decimal): -4414027 or 11904444. OLE color: 11904444.
HSL color Cylindrical-coordinate representation of color #BCA5B5: hue angle of 318.26º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA5B5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 181 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.26 |
| HSL | 318.26º | 0.15% | 0.69% | - |
| HSV(B) | 318.26º | 0.12% | 0.74% | - |
| XYZ | 42.53 | 40.94 | 49.38 | - |
| YUV | 173.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 181 | 0 | 0.12 | 0.04 | 0.26 | 318.26 | 0.15 | 0.69 |
| Hex | BC | A5 | B5 | 0 | C | 4 | 1A | 13E | F | 45 |
| Octal | 274 | 245 | 265 | 0 | 14 | 4 | 32 | 476 | 17 | 105 |
| Binary | 10111100 | 10100101 | 10110101 | 0 | 1100 | 100 | 11010 | 100111110 | 1111 | 1000101 |
Color Harmonies of #BCA5B5
Complementary color
Monochromatic Colors of #BCA5B5
Black with #BCA5B5
Text Example
Text Example
White with #BCA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5B5; }
p { color: rgb(188,165,181); }
H1.HeaderClassName
{
color: #BCA5B5;
}
.AnyTagClassName
{
color: #BCA5B5;
}
</style>
background-color css
<style>
a { background-color: #BCA5B5; }
a { background-color: rgb(188,165,181); }
div.DivClassName
{
background-color: #BCA5B5;
}
.BgClassName
{
background-color: #BCA5B5;
}
</style>
border-color css
<style>
span { border-color: #BCA5B5; }
span { border-color: rgb(188,165,181); }
td.TdClassName
{
border-color: #BCA5B5;
}
.TagClassName
{
border-color: #BCA5B5;
}
</style>