#BCAAB5

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

Shades of Lily #BCAAB5

Tints of Lily #BCAAB5

Color information

#BCAAB5 (or 0xBCAAB5) is unknown color: approx Lily. HEX triplet: BC, AA and B5. RGB value is (188,170,181). Sum of RGB (Red+Green+Blue) = 188+170+181=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB5 is #43554A. Grayscale: #B0B0B0. Windows color (decimal): -4412747 or 11905724. OLE color: 11905724.

HSL color Cylindrical-coordinate representation of color #BCAAB5: hue angle of 323.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAB5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188170181-
CMYK00.100.040.26
HSL323.33º11.84%70.2%-
HSV(B)323.33º9.57%73.73%-
XYZ43.4542.7849.68-
YUV176.64130.46136.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 181 (71.09% from 255) = 33.58%
R=34.88%
G=31.54%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817018100.100.040.26323.3311.8470.2
HexBCAAB50A41A143c46
Octal27425226501243250314106
Binary101111001010101010110101010101001101010100001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAB5; }

 p { color: rgb(188,170,181); }

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

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

 a { background-color: rgb(188,170,181); }

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

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

 span { border-color: rgb(188,170,181); }

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