#B3A2AD

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

Shades of Lily #B3A2AD

Tints of Lily #B3A2AD

Color information

#B3A2AD (or 0xB3A2AD) is unknown color: approx Lily. HEX triplet: B3, A2 and AD. RGB value is (179,162,173). Sum of RGB (Red+Green+Blue) = 179+162+173=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A2AD is #4C5D52. Grayscale: #A8A8A8. Windows color (decimal): -5004627 or 11379379. OLE color: 11379379.

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

Color convert

RGB179162173-
CMYK00.090.030.30
HSL321.18º10.06%66.86%-
HSV(B)321.18º9.5%70.2%-
XYZ39.0538.4444.9-
YUV168.34130.63135.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=34.82%
G=31.52%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916217300.090.030.30321.1810.0666.86
HexB3A2AD0931E141a43
Octal26324225501133650112103
Binary10110011101000101010110101001111111010100000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A2AD; }

 p { color: rgb(179,162,173); }

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

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

 a { background-color: rgb(179,162,173); }

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

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

 span { border-color: rgb(179,162,173); }

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