Shades of Lily #BCA5B2
Tints of Lily #BCA5B2
RGB
CMYK
RGB Variations
Color information
#BCA5B2 (or 0xBCA5B2) is known color: Lily. HEX triplet: BC, A5 and B2. RGB value is (188,165,178). Sum of RGB (Red+Green+Blue) = 188+165+178=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5B2 is #435A4D. Grayscale: #ADADAD. Windows color (decimal): -4414030 or 11707836. OLE color: 11707836.
HSL color Cylindrical-coordinate representation of color #BCA5B2: hue angle of 326.09º 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 #BCA5B2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 178 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.26 |
| HSL | 326.09º | 0.15% | 0.69% | - |
| HSV(B) | 326.09º | 0.12% | 0.74% | - |
| XYZ | 42.23 | 40.82 | 47.77 | - |
| YUV | 173.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 178 | 0 | 0.12 | 0.05 | 0.26 | 326.09 | 0.15 | 0.69 |
| Hex | BC | A5 | B2 | 0 | C | 5 | 1A | 146 | F | 45 |
| Octal | 274 | 245 | 262 | 0 | 14 | 5 | 32 | 506 | 17 | 105 |
| Binary | 10111100 | 10100101 | 10110010 | 0 | 1100 | 101 | 11010 | 101000110 | 1111 | 1000101 |
Color Harmonies of #BCA5B2
Complementary color
Monochromatic Colors of #BCA5B2
Black with #BCA5B2
Text Example
Text Example
White with #BCA5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5B2; }
p { color: rgb(188,165,178); }
H1.HeaderClassName
{
color: #BCA5B2;
}
.AnyTagClassName
{
color: #BCA5B2;
}
</style>
background-color css
<style>
a { background-color: #BCA5B2; }
a { background-color: rgb(188,165,178); }
div.DivClassName
{
background-color: #BCA5B2;
}
.BgClassName
{
background-color: #BCA5B2;
}
</style>
border-color css
<style>
span { border-color: #BCA5B2; }
span { border-color: rgb(188,165,178); }
td.TdClassName
{
border-color: #BCA5B2;
}
.TagClassName
{
border-color: #BCA5B2;
}
</style>