#B4AEB2

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

Shades of Lily #B4AEB2

Tints of Lily #B4AEB2

Color information

#B4AEB2 (or 0xB4AEB2) is unknown color: approx Lily. HEX triplet: B4, AE and B2. RGB value is (180,174,178). Sum of RGB (Red+Green+Blue) = 180+174+178=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AEB2 is #4B514D. Grayscale: #B0B0B0. Windows color (decimal): -4936014 or 11710132. OLE color: 11710132.

HSL color Cylindrical-coordinate representation of color #B4AEB2: hue angle of 320º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4AEB2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180174178-
CMYK00.030.010.29
HSL320º3.85%69.41%-
HSV(B)320º3.33%70.59%-
XYZ41.9943.1948.24-
YUV176.25128.99130.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=33.83%
G=32.71%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017417800.030.010.293203.8569.41
HexB4AEB20311D140445
Octal264256262031355004105
Binary1011010010101110101100100111111011010000001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEB2; }

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

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

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

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

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

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

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

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