#B2A4AB

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

Shades of Lily #B2A4AB

Tints of Lily #B2A4AB

Color information

#B2A4AB (or 0xB2A4AB) is unknown color: approx Lily. HEX triplet: B2, A4 and AB. RGB value is (178,164,171). Sum of RGB (Red+Green+Blue) = 178+164+171=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A4AB is #4D5B54. Grayscale: #A8A8A8. Windows color (decimal): -5069653 or 11248818. OLE color: 11248818.

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

Color convert

RGB178164171-
CMYK00.080.040.30
HSL330º8.33%67.06%-
HSV(B)330º7.87%69.8%-
XYZ38.9938.9643.99-
YUV168.98129.14134.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=34.70%
G=31.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816417100.080.040.303308.3367.06
HexB2A4AB0841E14a843
Octal26224425301043651210103
Binary101100101010010010101011010001001111010100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A4AB; }

 p { color: rgb(178,164,171); }

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

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

 a { background-color: rgb(178,164,171); }

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

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

 span { border-color: rgb(178,164,171); }

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