#B5A8AF

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

Shades of Lily #B5A8AF

Tints of Lily #B5A8AF

Color information

#B5A8AF (or 0xB5A8AF) is unknown color: approx Lily. HEX triplet: B5, A8 and AF. RGB value is (181,168,175). Sum of RGB (Red+Green+Blue) = 181+168+175=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A8AF is #4A5750. Grayscale: #ACACAC. Windows color (decimal): -4872017 or 11511989. OLE color: 11511989.

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

Color convert

RGB181168175-
CMYK00.070.030.29
HSL327.69º8.07%68.43%-
HSV(B)327.69º7.18%70.98%-
XYZ40.840.9246.31-
YUV172.68129.31133.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=34.54%
G=32.06%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116817500.070.030.29327.698.0768.43
HexB5A8AF0731D148844
Octal2652502570733551010104
Binary1011010110101000101011110111111110110100100010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A8AF; }

 p { color: rgb(181,168,175); }

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

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

 a { background-color: rgb(181,168,175); }

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

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

 span { border-color: rgb(181,168,175); }

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