#BCA1AF

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

Shades of Lily #BCA1AF

Tints of Lily #BCA1AF

Color information

#BCA1AF (or 0xBCA1AF) is unknown color: approx Lily. HEX triplet: BC, A1 and AF. RGB value is (188,161,175). Sum of RGB (Red+Green+Blue) = 188+161+175=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1AF is #435E50. Grayscale: #AAAAAA. Windows color (decimal): -4415057 or 11510204. OLE color: 11510204.

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

Color convert

RGB188161175-
CMYK00.140.070.26
HSL328.89º16.77%68.43%-
HSV(B)328.89º14.36%73.73%-
XYZ41.2239.2845.97-
YUV170.67130.45140.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=35.88%
G=30.73%
B=33.40%

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
Decimal18816117500.140.070.26328.8916.7768.43
HexBCA1AF0E71A1491144
Octal27424125701673251121104
Binary1011110010100001101011110111011111010101001001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1AF; }

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

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

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

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

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

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

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

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