#B5ABAF

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

Shades of Lily #B5ABAF

Tints of Lily #B5ABAF

Color information

#B5ABAF (or 0xB5ABAF) is unknown color: approx Lily. HEX triplet: B5, AB and AF. RGB value is (181,171,175). Sum of RGB (Red+Green+Blue) = 181+171+175=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABAF is #4A5450. Grayscale: #AEAEAE. Windows color (decimal): -4871249 or 11512757. OLE color: 11512757.

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

Color convert

RGB181171175-
CMYK00.060.030.29
HSL336º6.33%69.02%-
HSV(B)336º5.52%70.98%-
XYZ41.3642.0446.49-
YUV174.45128.31132.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=34.35%
G=32.45%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117117500.060.030.293366.3369.02
HexB5ABAF0631D150645
Octal265253257063355206105
Binary101101011010101110101111011011111011010100001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABAF; }

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

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

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

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

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

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

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

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