#B5A7AF

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

Shades of Lily #B5A7AF

Tints of Lily #B5A7AF

Color information

#B5A7AF (or 0xB5A7AF) is unknown color: approx Lily. HEX triplet: B5, A7 and AF. RGB value is (181,167,175). Sum of RGB (Red+Green+Blue) = 181+167+175=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A7AF is #4A5850. Grayscale: #ACACAC. Windows color (decimal): -4872273 or 11511733. OLE color: 11511733.

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

Color convert

RGB181167175-
CMYK00.080.030.29
HSL325.71º8.64%68.24%-
HSV(B)325.71º7.73%70.98%-
XYZ40.6140.5646.25-
YUV172.1129.64134.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=34.61%
G=31.93%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116717500.080.030.29325.718.6468.24
HexB5A7AF0831D146944
Octal26524725701033550611104
Binary10110101101001111010111101000111110110100011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A7AF; }

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

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

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

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

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

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

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

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