#BCA6B5

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

Shades of Lily #BCA6B5

Tints of Lily #BCA6B5

Color information

#BCA6B5 (or 0xBCA6B5) is unknown color: approx Lily. HEX triplet: BC, A6 and B5. RGB value is (188,166,181). Sum of RGB (Red+Green+Blue) = 188+166+181=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6B5 is #43594A. Grayscale: #AEAEAE. Windows color (decimal): -4413771 or 11904700. OLE color: 11904700.

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

Color convert

RGB188166181-
CMYK00.120.040.26
HSL319.09º14.1%69.41%-
HSV(B)319.09º11.7%73.73%-
XYZ42.7241.349.44-
YUV174.29131.79137.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=35.14%
G=31.03%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816618100.120.040.26319.0914.169.41
HexBCA6B50C41A13fe45
Octal27424626501443247716105
Binary101111001010011010110101011001001101010011111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6B5; }

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

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

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

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

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

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

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

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