Shades of Lily #BC90AE
Tints of Lily #BC90AE
RGB
CMYK
RGB Variations
Color information
#BC90AE (or 0xBC90AE) is known color: Lily. HEX triplet: BC, 90 and AE. RGB value is (188,144,174). Sum of RGB (Red+Green+Blue) = 188+144+174=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90AE is #436F51. Grayscale: #A0A0A0. Windows color (decimal): -4419410 or 11440316. OLE color: 11440316.
HSL color Cylindrical-coordinate representation of color #BC90AE: hue angle of 319.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC90AE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 174 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.26 |
| HSL | 319.09º | 0.25% | 0.65% | - |
| HSV(B) | 319.09º | 0.23% | 0.74% | - |
| XYZ | 38.35 | 33.69 | 44.53 | - |
| YUV | 160.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 174 | 0 | 0.23 | 0.07 | 0.26 | 319.09 | 0.25 | 0.65 |
| Hex | BC | 90 | AE | 0 | 17 | 7 | 1A | 13F | 19 | 41 |
| Octal | 274 | 220 | 256 | 0 | 27 | 7 | 32 | 477 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10101110 | 0 | 10111 | 111 | 11010 | 100111111 | 11001 | 1000001 |
Color Harmonies of #BC90AE
Complementary color
Monochromatic Colors of #BC90AE
Black with #BC90AE
Text Example
Text Example
White with #BC90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90AE; }
p { color: rgb(188,144,174); }
H1.HeaderClassName
{
color: #BC90AE;
}
.AnyTagClassName
{
color: #BC90AE;
}
</style>
background-color css
<style>
a { background-color: #BC90AE; }
a { background-color: rgb(188,144,174); }
div.DivClassName
{
background-color: #BC90AE;
}
.BgClassName
{
background-color: #BC90AE;
}
</style>
border-color css
<style>
span { border-color: #BC90AE; }
span { border-color: rgb(188,144,174); }
td.TdClassName
{
border-color: #BC90AE;
}
.TagClassName
{
border-color: #BC90AE;
}
</style>