#BCA4AE

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

Shades of Lily #BCA4AE

Tints of Lily #BCA4AE

Color information

#BCA4AE (or 0xBCA4AE) is unknown color: approx Lily. HEX triplet: BC, A4 and AE. RGB value is (188,164,174). Sum of RGB (Red+Green+Blue) = 188+164+174=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA4AE is #435B51. Grayscale: #ACACAC. Windows color (decimal): -4414290 or 11445436. OLE color: 11445436.

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

Color convert

RGB188164174-
CMYK00.130.070.26
HSL335º15.19%69.02%-
HSV(B)335º12.77%73.73%-
XYZ41.6540.345.63-
YUV172.32128.95139.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=35.74%
G=31.18%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816417400.130.070.2633515.1969.02
HexBCA4AE0D71A14ff45
Octal27424425601573251717105
Binary101111001010010010101110011011111101010100111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4AE; }

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

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

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

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

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

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

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

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