#BCA6B6

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

Shades of Lily #BCA6B6

Tints of Lily #BCA6B6

Color information

#BCA6B6 (or 0xBCA6B6) is unknown color: approx Lily. HEX triplet: BC, A6 and B6. RGB value is (188,166,182). Sum of RGB (Red+Green+Blue) = 188+166+182=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6B6 is #435949. Grayscale: #AEAEAE. Windows color (decimal): -4413770 or 11970236. OLE color: 11970236.

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

Color convert

RGB188166182-
CMYK00.120.030.26
HSL316.36º14.1%69.41%-
HSV(B)316.36º11.7%73.73%-
XYZ42.8241.3449.98-
YUV174.4132.29137.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=35.07%
G=30.97%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816618200.120.030.26316.3614.169.41
HexBCA6B60C31A13ce45
Octal27424626601433247416105
Binary10111100101001101011011001100111101010011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6B6; }

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

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

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

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

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

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

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

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