#BCA1AE

Color #BCA1AE Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BCA1AE

Tints of Lily #BCA1AE

Color information

#BCA1AE (or 0xBCA1AE) is unknown color: approx Lily. HEX triplet: BC, A1 and AE. RGB value is (188,161,174). Sum of RGB (Red+Green+Blue) = 188+161+174=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1AE is #435E51. Grayscale: #AAAAAA. Windows color (decimal): -4415058 or 11444668. OLE color: 11444668.

HSL color Cylindrical-coordinate representation of color #BCA1AE: hue angle of 331.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA1AE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188161174-
CMYK00.140.070.26
HSL331.11º16.77%68.43%-
HSV(B)331.11º14.36%73.73%-
XYZ41.1239.2445.45-
YUV170.56129.95140.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=35.95%
G=30.78%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816117400.140.070.26331.1116.7768.43
HexBCA1AE0E71A14b1144
Octal27424125601673251321104
Binary1011110010100001101011100111011111010101001011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1AE; }

 p { color: rgb(188,161,174); }

 H1.HeaderClassName
 {
   color: #BCA1AE;
 }
 .AnyTagClassName
 {
   color: #BCA1AE;
 }
</style>
background-color css

<style>
 a { background-color: #BCA1AE; }

 a { background-color: rgb(188,161,174); }

 div.DivClassName
 {
   background-color: #BCA1AE;
 }
 .BgClassName
 {
   background-color: #BCA1AE;
 }
</style>
border-color css

<style>
 span { border-color: #BCA1AE; }

 span { border-color: rgb(188,161,174); }

 td.TdClassName
 {
   border-color: #BCA1AE;
 }
 .TagClassName
 {
   border-color: #BCA1AE;
 }
</style>