#B2A3A9

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

Shades of Lily #B2A3A9

Tints of Lily #B2A3A9

Color information

#B2A3A9 (or 0xB2A3A9) is unknown color: approx Lily. HEX triplet: B2, A3 and A9. RGB value is (178,163,169). Sum of RGB (Red+Green+Blue) = 178+163+169=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A3A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A3A9 is #4D5C56. Grayscale: #A8A8A8. Windows color (decimal): -5069911 or 11117490. OLE color: 11117490.

HSL color Cylindrical-coordinate representation of color #B2A3A9: hue angle of 336º 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 #B2A3A9 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB178163169-
CMYK00.080.050.30
HSL336º8.88%66.86%-
HSV(B)336º8.43%69.8%-
XYZ38.6238.5242.94-
YUV168.17128.47135.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=34.90%
G=31.96%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816316900.080.050.303368.8866.86
HexB2A3A90851E150943
Octal26224325101053652011103
Binary101100101010001110101001010001011111010101000010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A3A9; }

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

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

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

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

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

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

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

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