Shades of Lily #BCAEB5
Tints of Lily #BCAEB5
RGB
CMYK
RGB Variations
Color information
#BCAEB5 (or 0xBCAEB5) is known color: Lily. HEX triplet: BC, AE and B5. RGB value is (188,174,181). Sum of RGB (Red+Green+Blue) = 188+174+181=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB5 is #43514A. Grayscale: #B2B2B2. Windows color (decimal): -4411723 or 11906748. OLE color: 11906748.
HSL color Cylindrical-coordinate representation of color #BCAEB5: hue angle of 330º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAEB5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 181 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.26 |
| HSL | 330º | 0.09% | 0.71% | - |
| HSV(B) | 330º | 0.07% | 0.74% | - |
| XYZ | 44.22 | 44.3 | 49.94 | - |
| YUV | 178.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 181 | 0 | 0.07 | 0.04 | 0.26 | 330 | 0.09 | 0.71 |
| Hex | BC | AE | B5 | 0 | 7 | 4 | 1A | 14A | 9 | 47 |
| Octal | 274 | 256 | 265 | 0 | 7 | 4 | 32 | 512 | 11 | 107 |
| Binary | 10111100 | 10101110 | 10110101 | 0 | 111 | 100 | 11010 | 101001010 | 1001 | 1000111 |
Color Harmonies of #BCAEB5
Complementary color
Monochromatic Colors of #BCAEB5
Black with #BCAEB5
Text Example
Text Example
White with #BCAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEB5; }
p { color: rgb(188,174,181); }
H1.HeaderClassName
{
color: #BCAEB5;
}
.AnyTagClassName
{
color: #BCAEB5;
}
</style>
background-color css
<style>
a { background-color: #BCAEB5; }
a { background-color: rgb(188,174,181); }
div.DivClassName
{
background-color: #BCAEB5;
}
.BgClassName
{
background-color: #BCAEB5;
}
</style>
border-color css
<style>
span { border-color: #BCAEB5; }
span { border-color: rgb(188,174,181); }
td.TdClassName
{
border-color: #BCAEB5;
}
.TagClassName
{
border-color: #BCAEB5;
}
</style>