#BCAEB2

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

Shades of Lily #BCAEB2

Tints of Lily #BCAEB2

Color information

#BCAEB2 (or 0xBCAEB2) is unknown color: approx Lily. HEX triplet: BC, AE and B2. RGB value is (188,174,178). Sum of RGB (Red+Green+Blue) = 188+174+178=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEB2 is #43514D. Grayscale: #B2B2B2. Windows color (decimal): -4411726 or 11710140. OLE color: 11710140.

HSL color Cylindrical-coordinate representation of color #BCAEB2: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAEB2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188174178-
CMYK00.070.050.26
HSL342.86º9.46%70.98%-
HSV(B)342.86º7.45%73.73%-
XYZ43.9144.1848.33-
YUV178.64127.64134.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 178 (69.92% from 255) = 32.96%
R=34.81%
G=32.22%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817417800.070.050.26342.869.4670.98
HexBCAEB20751A157947
Octal2742562620753252711107
Binary10111100101011101011001001111011101010101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEB2; }

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

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

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

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

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

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

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

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