#BCA3AF

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

Shades of Lily #BCA3AF

Tints of Lily #BCA3AF

Color information

#BCA3AF (or 0xBCA3AF) is unknown color: approx Lily. HEX triplet: BC, A3 and AF. RGB value is (188,163,175). Sum of RGB (Red+Green+Blue) = 188+163+175=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA3AF is #435C50. Grayscale: #ABABAB. Windows color (decimal): -4414545 or 11510716. OLE color: 11510716.

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

Color convert

RGB188163175-
CMYK00.130.070.26
HSL331.2º15.72%68.82%-
HSV(B)331.2º13.3%73.73%-
XYZ41.5739.9846.08-
YUV171.84129.78139.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=35.74%
G=30.99%
B=33.27%

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
Decimal18816317500.130.070.26331.215.7268.82
HexBCA3AF0D71A14b1045
Octal27424325701573251320105
Binary1011110010100011101011110110111111010101001011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3AF; }

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

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

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

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

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

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

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

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