#BCA7B5

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

Shades of Lily #BCA7B5

Tints of Lily #BCA7B5

Color information

#BCA7B5 (or 0xBCA7B5) is unknown color: approx Lily. HEX triplet: BC, A7 and B5. RGB value is (188,167,181). Sum of RGB (Red+Green+Blue) = 188+167+181=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7B5 is #43584A. Grayscale: #AEAEAE. Windows color (decimal): -4413515 or 11904956. OLE color: 11904956.

HSL color Cylindrical-coordinate representation of color #BCA7B5: hue angle of 320º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCA7B5 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188167181-
CMYK00.110.040.26
HSL320º13.55%69.61%-
HSV(B)320º11.17%73.73%-
XYZ42.941.6649.5-
YUV174.88131.46137.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=35.07%
G=31.16%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816718100.110.040.2632013.5569.61
HexBCA7B50B41A140e46
Octal27424726501343250016106
Binary101111001010011110110101010111001101010100000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7B5; }

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

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

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

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

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

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

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

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