#B5ACB2

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

Shades of Lily #B5ACB2

Tints of Lily #B5ACB2

Color information

#B5ACB2 (or 0xB5ACB2) is unknown color: approx Lily. HEX triplet: B5, AC and B2. RGB value is (181,172,178). Sum of RGB (Red+Green+Blue) = 181+172+178=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACB2 is #4A534D. Grayscale: #AFAFAF. Windows color (decimal): -4870990 or 11709621. OLE color: 11709621.

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

Color convert

RGB181172178-
CMYK00.050.020.29
HSL320º5.73%69.22%-
HSV(B)320º4.97%70.98%-
XYZ41.8442.5448.13-
YUV175.38129.48132.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=34.09%
G=32.39%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117217800.050.020.293205.7369.22
HexB5ACB20521D140645
Octal265254262052355006105
Binary101101011010110010110010010110111011010000001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACB2; }

 p { color: rgb(181,172,178); }

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

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

 a { background-color: rgb(181,172,178); }

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

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

 span { border-color: rgb(181,172,178); }

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