#B2ABAD

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

Shades of Lily #B2ABAD

Tints of Lily #B2ABAD

Color information

#B2ABAD (or 0xB2ABAD) is unknown color: approx Lily. HEX triplet: B2, AB and AD. RGB value is (178,171,173). Sum of RGB (Red+Green+Blue) = 178+171+173=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABAD is #4D5452. Grayscale: #ADADAD. Windows color (decimal): -5067859 or 11381682. OLE color: 11381682.

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

Color convert

RGB178171173-
CMYK00.040.030.30
HSL342.86º4.35%68.43%-
HSV(B)342.86º3.93%69.8%-
XYZ40.4741.6145.43-
YUV173.32127.82131.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=34.10%
G=32.76%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817117300.040.030.30342.864.3568.43
HexB2ABAD0431E157444
Octal262253255043365274104
Binary101100101010101110101101010011111101010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABAD; }

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

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

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

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

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

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

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

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