#BCA1B4

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

Shades of Lily #BCA1B4

Tints of Lily #BCA1B4

Color information

#BCA1B4 (or 0xBCA1B4) is unknown color: approx Lily. HEX triplet: BC, A1 and B4. RGB value is (188,161,180). Sum of RGB (Red+Green+Blue) = 188+161+180=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1B4 is #435E4B. Grayscale: #ABABAB. Windows color (decimal): -4415052 or 11837884. OLE color: 11837884.

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

Color convert

RGB188161180-
CMYK00.140.040.26
HSL317.78º16.77%68.43%-
HSV(B)317.78º14.36%73.73%-
XYZ41.7239.4848.6-
YUV171.24132.95139.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=35.54%
G=30.43%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816118000.140.040.26317.7816.7768.43
HexBCA1B40E41A13e1144
Octal27424126401643247621104
Binary1011110010100001101101000111010011010100111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1B4; }

 p { color: rgb(188,161,180); }

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

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

 a { background-color: rgb(188,161,180); }

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

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

 span { border-color: rgb(188,161,180); }

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