#BCA5B7

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

Shades of Lily #BCA5B7

Tints of Lily #BCA5B7

Color information

#BCA5B7 (or 0xBCA5B7) is unknown color: approx Lily. HEX triplet: BC, A5 and B7. RGB value is (188,165,183). Sum of RGB (Red+Green+Blue) = 188+165+183=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5B7 is #435A48. Grayscale: #ADADAD. Windows color (decimal): -4414025 or 12035516. OLE color: 12035516.

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

Color convert

RGB188165183-
CMYK00.120.030.26
HSL313.04º14.65%69.22%-
HSV(B)313.04º12.23%73.73%-
XYZ42.7441.0250.46-
YUV173.93133.12138.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 183 (71.88% from 255) = 34.14%
R=35.07%
G=30.78%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816518300.120.030.26313.0414.6569.22
HexBCA5B70C31A139f45
Octal27424526701433247117105
Binary10111100101001011011011101100111101010011100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5B7; }

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

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

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

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

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

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

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

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