#BCA2BA

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

Shades of Lilac #BCA2BA

Tints of Lilac #BCA2BA

Color information

#BCA2BA (or 0xBCA2BA) is unknown color: approx Lilac. HEX triplet: BC, A2 and BA. RGB value is (188,162,186). Sum of RGB (Red+Green+Blue) = 188+162+186=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2BA is #435D45. Grayscale: #ACACAC. Windows color (decimal): -4414790 or 12231356. OLE color: 12231356.

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

Color convert

RGB188162186-
CMYK00.140.010.26
HSL304.62º16.25%68.63%-
HSV(B)304.62º13.83%73.73%-
XYZ42.5240.0851.95-
YUV172.51135.61139.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=35.07%
G=30.22%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816218600.140.010.26304.6216.2568.63
HexBCA2BA0E11A1311045
Octal27424227201613246120105
Binary10111100101000101011101001110111010100110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2BA; }

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

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

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

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

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

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

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

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