#BCA8AE

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

Shades of Lily #BCA8AE

Tints of Lily #BCA8AE

Color information

#BCA8AE (or 0xBCA8AE) is unknown color: approx Lily. HEX triplet: BC, A8 and AE. RGB value is (188,168,174). Sum of RGB (Red+Green+Blue) = 188+168+174=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AE is #435751. Grayscale: #AEAEAE. Windows color (decimal): -4413266 or 11446460. OLE color: 11446460.

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

Color convert

RGB188168174-
CMYK00.110.070.26
HSL342º12.99%69.8%-
HSV(B)342º10.64%73.73%-
XYZ42.3841.7545.87-
YUV174.66127.63137.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=35.47%
G=31.70%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816817400.110.070.2634212.9969.8
HexBCA8AE0B71A156d46
Octal27425025601373252615106
Binary101111001010100010101110010111111101010101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8AE; }

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

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

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

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

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

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

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

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