#BCA1B9

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

Shades of Lilac #BCA1B9

Tints of Lilac #BCA1B9

Color information

#BCA1B9 (or 0xBCA1B9) is unknown color: approx Lilac. HEX triplet: BC, A1 and B9. RGB value is (188,161,185). Sum of RGB (Red+Green+Blue) = 188+161+185=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1B9 is #435E46. Grayscale: #ABABAB. Windows color (decimal): -4415047 or 12165564. OLE color: 12165564.

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

Color convert

RGB188161185-
CMYK00.140.020.26
HSL306.67º16.77%68.43%-
HSV(B)306.67º14.36%73.73%-
XYZ42.2439.6851.33-
YUV171.81135.45139.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=35.21%
G=30.15%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816118500.140.020.26306.6716.7768.43
HexBCA1B90E21A1331144
Octal27424127101623246321104
Binary101111001010000110111001011101011010100110011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1B9; }

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

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

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

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

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

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

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

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