#BCA0BB

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

Shades of Lilac #BCA0BB

Tints of Lilac #BCA0BB

Color information

#BCA0BB (or 0xBCA0BB) is unknown color: approx Lilac. HEX triplet: BC, A0 and BB. RGB value is (188,160,187). Sum of RGB (Red+Green+Blue) = 188+160+187=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BB is #435F44. Grayscale: #ABABAB. Windows color (decimal): -4415301 or 12296380. OLE color: 12296380.

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

Color convert

RGB188160187-
CMYK00.150.010.26
HSL302.14º17.28%68.24%-
HSV(B)302.14º14.89%73.73%-
XYZ42.2839.4252.39-
YUV171.45136.78139.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=35.14%
G=29.91%
B=34.95%

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
Decimal18816018700.150.010.26302.1417.2868.24
HexBCA0BB0F11A12e1144
Octal27424027301713245621104
Binary10111100101000001011101101111111010100101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0BB; }

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

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

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

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

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

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

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

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