#BCA2B3

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

Shades of Lily #BCA2B3

Tints of Lily #BCA2B3

Color information

#BCA2B3 (or 0xBCA2B3) is unknown color: approx Lily. HEX triplet: BC, A2 and B3. RGB value is (188,162,179). Sum of RGB (Red+Green+Blue) = 188+162+179=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2B3 is #435D4C. Grayscale: #ABABAB. Windows color (decimal): -4414797 or 11772604. OLE color: 11772604.

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

Color convert

RGB188162179-
CMYK00.140.050.26
HSL320.77º16.25%68.63%-
HSV(B)320.77º13.83%73.73%-
XYZ41.839.7948.12-
YUV171.71132.11139.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=35.54%
G=30.62%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816217900.140.050.26320.7716.2568.63
HexBCA2B30E51A1411045
Octal27424226301653250120105
Binary1011110010100010101100110111010111010101000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2B3; }

 p { color: rgb(188,162,179); }

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

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

 a { background-color: rgb(188,162,179); }

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

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

 span { border-color: rgb(188,162,179); }

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