#B5ABB3

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

Shades of Lily #B5ABB3

Tints of Lily #B5ABB3

Color information

#B5ABB3 (or 0xB5ABB3) is unknown color: approx Lily. HEX triplet: B5, AB and B3. RGB value is (181,171,179). Sum of RGB (Red+Green+Blue) = 181+171+179=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABB3 is #4A544C. Grayscale: #AEAEAE. Windows color (decimal): -4871245 or 11774901. OLE color: 11774901.

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

Color convert

RGB181171179-
CMYK00.060.010.29
HSL312º6.33%69.02%-
HSV(B)312º5.52%70.98%-
XYZ41.7642.248.59-
YUV174.9130.31132.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 179 (70.31% from 255) = 33.71%
R=34.09%
G=32.20%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117117900.060.010.293126.3369.02
HexB5ABB30611D138645
Octal265253263061354706105
Binary10110101101010111011001101101111011001110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABB3; }

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

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

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

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

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

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

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

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