#BCA6AF

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

Shades of Lily #BCA6AF

Tints of Lily #BCA6AF

Color information

#BCA6AF (or 0xBCA6AF) is unknown color: approx Lily. HEX triplet: BC, A6 and AF. RGB value is (188,166,175). Sum of RGB (Red+Green+Blue) = 188+166+175=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6AF is #435950. Grayscale: #ADADAD. Windows color (decimal): -4413777 or 11511484. OLE color: 11511484.

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

Color convert

RGB188166175-
CMYK00.120.070.26
HSL335.45º14.1%69.41%-
HSV(B)335.45º11.7%73.73%-
XYZ42.1141.0646.26-
YUV173.6128.79138.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=35.54%
G=31.38%
B=33.08%

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
Decimal18816617500.120.070.26335.4514.169.41
HexBCA6AF0C71A14fe45
Octal27424625701473251716105
Binary101111001010011010101111011001111101010100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6AF; }

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

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

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

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

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

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

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

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