#BCA6B9

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

Shades of Lilac #BCA6B9

Tints of Lilac #BCA6B9

Color information

#BCA6B9 (or 0xBCA6B9) is unknown color: approx Lilac. HEX triplet: BC, A6 and B9. RGB value is (188,166,185). Sum of RGB (Red+Green+Blue) = 188+166+185=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6B9 is #435946. Grayscale: #AEAEAE. Windows color (decimal): -4413767 or 12166844. OLE color: 12166844.

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

Color convert

RGB188166185-
CMYK00.120.020.26
HSL308.18º14.1%69.41%-
HSV(B)308.18º11.7%73.73%-
XYZ43.1341.4751.63-
YUV174.74133.79137.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=34.88%
G=30.80%
B=34.32%

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
Decimal18816618500.120.020.26308.1814.169.41
HexBCA6B90C21A134e45
Octal27424627101423246416105
Binary10111100101001101011100101100101101010011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6B9; }

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

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

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

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

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

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

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

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