#B0ABAE

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

Shades of Lily #B0ABAE

Tints of Lily #B0ABAE

Color information

#B0ABAE (or 0xB0ABAE) is unknown color: approx Lily. HEX triplet: B0, AB and AE. RGB value is (176,171,174). Sum of RGB (Red+Green+Blue) = 176+171+174=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABAE is #4F5451. Grayscale: #ACACAC. Windows color (decimal): -5198930 or 11447216. OLE color: 11447216.

HSL color Cylindrical-coordinate representation of color #B0ABAE: hue angle of 324º 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 #B0ABAE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176171174-
CMYK00.030.010.31
HSL324º3.07%68.04%-
HSV(B)324º2.84%69.02%-
XYZ40.1141.4145.92-
YUV172.84128.66130.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=33.78%
G=32.82%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617117400.030.010.313243.0768.04
HexB0ABAE0311F144344
Octal260253256031375043104
Binary101100001010101110101110011111111101000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABAE; }

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

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

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

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

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

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

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

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