#B0ABAD

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

Shades of Lily #B0ABAD

Tints of Lily #B0ABAD

Color information

#B0ABAD (or 0xB0ABAD) is unknown color: approx Lily. HEX triplet: B0, AB and AD. RGB value is (176,171,173). Sum of RGB (Red+Green+Blue) = 176+171+173=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABAD is #4F5452. Grayscale: #ACACAC. Windows color (decimal): -5198931 or 11381680. OLE color: 11381680.

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

Color convert

RGB176171173-
CMYK00.030.020.31
HSL336º3.07%68.04%-
HSV(B)336º2.84%69.02%-
XYZ40.0141.3745.41-
YUV172.72128.16130.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=33.85%
G=32.88%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617117300.030.020.313363.0768.04
HexB0ABAD0321F150344
Octal260253255032375203104
Binary1011000010101011101011010111011111101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABAD; }

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

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

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

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

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

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

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

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