#BCAEB4

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

Shades of Lily #BCAEB4

Tints of Lily #BCAEB4

Color information

#BCAEB4 (or 0xBCAEB4) is unknown color: approx Lily. HEX triplet: BC, AE and B4. RGB value is (188,174,180). Sum of RGB (Red+Green+Blue) = 188+174+180=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB4 is #43514B. Grayscale: #B2B2B2. Windows color (decimal): -4411724 or 11841212. OLE color: 11841212.

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

Color convert

RGB188174180-
CMYK00.070.040.26
HSL334.29º9.46%70.98%-
HSV(B)334.29º7.45%73.73%-
XYZ44.1144.2649.4-
YUV178.87128.64134.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=34.69%
G=32.10%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817418000.070.040.26334.299.4670.98
HexBCAEB40741A14e947
Octal2742562640743251611107
Binary10111100101011101011010001111001101010100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEB4; }

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

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

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

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

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

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

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

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