#BCA5AF

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

Shades of Lily #BCA5AF

Tints of Lily #BCA5AF

Color information

#BCA5AF (or 0xBCA5AF) is unknown color: approx Lily. HEX triplet: BC, A5 and AF. RGB value is (188,165,175). Sum of RGB (Red+Green+Blue) = 188+165+175=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5AF is #435A50. Grayscale: #ADADAD. Windows color (decimal): -4414033 or 11511228. OLE color: 11511228.

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

Color convert

RGB188165175-
CMYK00.120.070.26
HSL333.91º14.65%69.22%-
HSV(B)333.91º12.23%73.73%-
XYZ41.9340.746.2-
YUV173.02129.12138.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=35.61%
G=31.25%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816517500.120.070.26333.9114.6569.22
HexBCA5AF0C71A14ef45
Octal27424525701473251617105
Binary101111001010010110101111011001111101010100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5AF; }

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

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

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

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

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

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

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

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