#BCA1BB

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

Shades of Lilac #BCA1BB

Tints of Lilac #BCA1BB

Color information

#BCA1BB (or 0xBCA1BB) is unknown color: approx Lilac. HEX triplet: BC, A1 and BB. RGB value is (188,161,187). Sum of RGB (Red+Green+Blue) = 188+161+187=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1BB is #435E44. Grayscale: #ABABAB. Windows color (decimal): -4415045 or 12296636. OLE color: 12296636.

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

Color convert

RGB188161187-
CMYK00.140.010.26
HSL302.22º16.77%68.43%-
HSV(B)302.22º14.36%73.73%-
XYZ42.4539.7752.45-
YUV172.04136.45139.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=35.07%
G=30.04%
B=34.89%

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
Decimal18816118700.140.010.26302.2216.7768.43
HexBCA1BB0E11A12e1144
Octal27424127301613245621104
Binary10111100101000011011101101110111010100101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1BB; }

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

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

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

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

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

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

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

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