#BCA8B5

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

Shades of Lily #BCA8B5

Tints of Lily #BCA8B5

Color information

#BCA8B5 (or 0xBCA8B5) is unknown color: approx Lily. HEX triplet: BC, A8 and B5. RGB value is (188,168,181). Sum of RGB (Red+Green+Blue) = 188+168+181=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8B5 is #43574A. Grayscale: #AFAFAF. Windows color (decimal): -4413259 or 11905212. OLE color: 11905212.

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

Color convert

RGB188168181-
CMYK00.110.040.26
HSL321º12.99%69.8%-
HSV(B)321º10.64%73.73%-
XYZ43.0842.0349.56-
YUV175.46131.13136.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=35.01%
G=31.28%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816818100.110.040.2632112.9969.8
HexBCA8B50B41A141d46
Octal27425026501343250115106
Binary101111001010100010110101010111001101010100000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8B5; }

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

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

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

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

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

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

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

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