#B2A7AE

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

Shades of Lily #B2A7AE

Tints of Lily #B2A7AE

Color information

#B2A7AE (or 0xB2A7AE) is unknown color: approx Lily. HEX triplet: B2, A7 and AE. RGB value is (178,167,174). Sum of RGB (Red+Green+Blue) = 178+167+174=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A7AE is #4D5851. Grayscale: #ABABAB. Windows color (decimal): -5068882 or 11446194. OLE color: 11446194.

HSL color Cylindrical-coordinate representation of color #B2A7AE: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2A7AE is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178167174-
CMYK00.060.020.30
HSL321.82º6.67%67.65%-
HSV(B)321.82º6.18%69.8%-
XYZ39.8240.1645.7-
YUV171.09129.64132.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=34.30%
G=32.18%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816717400.060.020.30321.826.6767.65
HexB2A7AE0621E142744
Octal262247256062365027104
Binary101100101010011110101110011010111101010000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7AE; }

 p { color: rgb(178,167,174); }

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

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

 a { background-color: rgb(178,167,174); }

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

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

 span { border-color: rgb(178,167,174); }

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