#B7A1AD

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

Shades of Lily #B7A1AD

Tints of Lily #B7A1AD

Color information

#B7A1AD (or 0xB7A1AD) is unknown color: approx Lily. HEX triplet: B7, A1 and AD. RGB value is (183,161,173). Sum of RGB (Red+Green+Blue) = 183+161+173=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A1AD is #485E52. Grayscale: #A8A8A8. Windows color (decimal): -4742739 or 11379127. OLE color: 11379127.

HSL color Cylindrical-coordinate representation of color #B7A1AD: hue angle of 327.27º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7A1AD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183161173-
CMYK00.120.050.28
HSL327.27º13.25%67.45%-
HSV(B)327.27º12.02%71.76%-
XYZ39.8238.5744.88-
YUV168.95130.29138.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=35.40%
G=31.14%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316117300.120.050.28327.2713.2567.45
HexB7A1AD0C51C147d43
Octal26724125501453450715103
Binary101101111010000110101101011001011110010100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A1AD; }

 p { color: rgb(183,161,173); }

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

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

 a { background-color: rgb(183,161,173); }

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

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

 span { border-color: rgb(183,161,173); }

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