#BCA6B3

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

Shades of Lily #BCA6B3

Tints of Lily #BCA6B3

Color information

#BCA6B3 (or 0xBCA6B3) is unknown color: approx Lily. HEX triplet: BC, A6 and B3. RGB value is (188,166,179). Sum of RGB (Red+Green+Blue) = 188+166+179=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6B3 is #43594C. Grayscale: #AEAEAE. Windows color (decimal): -4413773 or 11773628. OLE color: 11773628.

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

Color convert

RGB188166179-
CMYK00.120.050.26
HSL324.55º14.1%69.41%-
HSV(B)324.55º11.7%73.73%-
XYZ42.5141.2248.36-
YUV174.06130.79137.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=35.27%
G=31.14%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816617900.120.050.26324.5514.169.41
HexBCA6B30C51A145e45
Octal27424626301453250516105
Binary101111001010011010110011011001011101010100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6B3; }

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

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

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

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

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

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

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

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