#B1ABAF

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

Shades of Lily #B1ABAF

Tints of Lily #B1ABAF

Color information

#B1ABAF (or 0xB1ABAF) is unknown color: approx Lily. HEX triplet: B1, AB and AF. RGB value is (177,171,175). Sum of RGB (Red+Green+Blue) = 177+171+175=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABAF is #4E5450. Grayscale: #ADADAD. Windows color (decimal): -5133393 or 11512753. OLE color: 11512753.

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

Color convert

RGB177171175-
CMYK00.030.010.31
HSL320º3.7%68.24%-
HSV(B)320º3.39%69.41%-
XYZ40.4341.5746.45-
YUV173.25128.99130.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=33.84%
G=32.70%
B=33.46%

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
Decimal17717117500.030.010.313203.768.24
HexB1ABAF0311F140444
Octal261253257031375004104
Binary1011000110101011101011110111111111010000001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABAF; }

 p { color: rgb(177,171,175); }

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

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

 a { background-color: rgb(177,171,175); }

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

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

 span { border-color: rgb(177,171,175); }

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