#B2A3AD

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

Shades of Lily #B2A3AD

Tints of Lily #B2A3AD

Color information

#B2A3AD (or 0xB2A3AD) is unknown color: approx Lily. HEX triplet: B2, A3 and AD. RGB value is (178,163,173). Sum of RGB (Red+Green+Blue) = 178+163+173=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A3AD is #4D5C52. Grayscale: #A8A8A8. Windows color (decimal): -5069907 or 11379634. OLE color: 11379634.

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

Color convert

RGB178163173-
CMYK00.080.030.30
HSL320º8.88%66.86%-
HSV(B)320º8.43%69.8%-
XYZ3938.6844.94-
YUV168.62130.47134.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=34.63%
G=31.71%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816317300.080.030.303208.8866.86
HexB2A3AD0831E140943
Octal26224325501033650011103
Binary10110010101000111010110101000111111010100000010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A3AD; }

 p { color: rgb(178,163,173); }

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

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

 a { background-color: rgb(178,163,173); }

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

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

 span { border-color: rgb(178,163,173); }

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