#BCA2AE

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

Shades of Lily #BCA2AE

Tints of Lily #BCA2AE

Color information

#BCA2AE (or 0xBCA2AE) is unknown color: approx Lily. HEX triplet: BC, A2 and AE. RGB value is (188,162,174). Sum of RGB (Red+Green+Blue) = 188+162+174=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2AE is #435D51. Grayscale: #ABABAB. Windows color (decimal): -4414802 or 11444924. OLE color: 11444924.

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

Color convert

RGB188162174-
CMYK00.140.070.26
HSL332.31º16.25%68.63%-
HSV(B)332.31º13.83%73.73%-
XYZ41.339.5945.51-
YUV171.14129.61140.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 162 (63.67% from 255) = 30.92%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=35.88%
G=30.92%
B=33.21%

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
Decimal18816217400.140.070.26332.3116.2568.63
HexBCA2AE0E71A14c1045
Octal27424225601673251420105
Binary1011110010100010101011100111011111010101001100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2AE; }

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

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

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

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

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

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

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

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