#BCA1AA

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

Shades of Lily #BCA1AA

Tints of Lily #BCA1AA

Color information

#BCA1AA (or 0xBCA1AA) is unknown color: approx Lily. HEX triplet: BC, A1 and AA. RGB value is (188,161,170). Sum of RGB (Red+Green+Blue) = 188+161+170=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1AA is #435E55. Grayscale: #AAAAAA. Windows color (decimal): -4415062 or 11182524. OLE color: 11182524.

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

Color convert

RGB188161170-
CMYK00.140.100.26
HSL340º16.77%68.43%-
HSV(B)340º14.36%73.73%-
XYZ40.7439.0843.43-
YUV170.1127.95140.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=36.22%
G=31.02%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816117000.140.100.2634016.7768.43
HexBCA1AA0EA1A1541144
Octal274241252016123252421104
Binary10111100101000011010101001110101011010101010100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1AA; }

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

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

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

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

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

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

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

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