#BCA0BA

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

Shades of Lilac #BCA0BA

Tints of Lilac #BCA0BA

Color information

#BCA0BA (or 0xBCA0BA) is unknown color: approx Lilac. HEX triplet: BC, A0 and BA. RGB value is (188,160,186). Sum of RGB (Red+Green+Blue) = 188+160+186=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BA is #435F45. Grayscale: #ABABAB. Windows color (decimal): -4415302 or 12230844. OLE color: 12230844.

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

Color convert

RGB188160186-
CMYK00.150.010.26
HSL304.29º17.28%68.24%-
HSV(B)304.29º14.89%73.73%-
XYZ42.1739.3851.83-
YUV171.34136.28139.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=35.21%
G=29.96%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816018600.150.010.26304.2917.2868.24
HexBCA0BA0F11A1301144
Octal27424027201713246021104
Binary10111100101000001011101001111111010100110000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0BA; }

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

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

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

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

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

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

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

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