#BCA4AD

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

Shades of Lily #BCA4AD

Tints of Lily #BCA4AD

Color information

#BCA4AD (or 0xBCA4AD) is unknown color: approx Lily. HEX triplet: BC, A4 and AD. RGB value is (188,164,173). Sum of RGB (Red+Green+Blue) = 188+164+173=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA4AD is #435B52. Grayscale: #ACACAC. Windows color (decimal): -4414291 or 11379900. OLE color: 11379900.

HSL color Cylindrical-coordinate representation of color #BCA4AD: hue angle of 337.5º 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 #BCA4AD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188164173-
CMYK00.130.080.26
HSL337.5º15.19%69.02%-
HSV(B)337.5º12.77%73.73%-
XYZ41.5640.2645.12-
YUV172.2128.45139.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=35.81%
G=31.24%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816417300.130.080.26337.515.1969.02
HexBCA4AD0D81A152f45
Octal274244255015103252217105
Binary1011110010100100101011010110110001101010101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4AD; }

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

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

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

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

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

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

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

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