#BCA5B9

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

Shades of Lilac #BCA5B9

Tints of Lilac #BCA5B9

Color information

#BCA5B9 (or 0xBCA5B9) is unknown color: approx Lilac. HEX triplet: BC, A5 and B9. RGB value is (188,165,185). Sum of RGB (Red+Green+Blue) = 188+165+185=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5B9 is #435A46. Grayscale: #AEAEAE. Windows color (decimal): -4414023 or 12166588. OLE color: 12166588.

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

Color convert

RGB188165185-
CMYK00.120.020.26
HSL307.83º14.65%69.22%-
HSV(B)307.83º12.23%73.73%-
XYZ42.9541.151.57-
YUV174.16134.12137.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=34.94%
G=30.67%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816518500.120.020.26307.8314.6569.22
HexBCA5B90C21A134f45
Octal27424527101423246417105
Binary10111100101001011011100101100101101010011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5B9; }

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

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

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

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

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

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

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

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