#B8ABB1

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

Shades of Lily #B8ABB1

Tints of Lily #B8ABB1

Color information

#B8ABB1 (or 0xB8ABB1) is unknown color: approx Lily. HEX triplet: B8, AB and B1. RGB value is (184,171,177). Sum of RGB (Red+Green+Blue) = 184+171+177=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABB1 is #47544E. Grayscale: #AFAFAF. Windows color (decimal): -4674639 or 11643832. OLE color: 11643832.

HSL color Cylindrical-coordinate representation of color #B8ABB1: hue angle of 332.31º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ABB1 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB184171177-
CMYK00.070.040.28
HSL332.31º8.39%69.61%-
HSV(B)332.31º7.07%72.16%-
XYZ42.2742.4947.57-
YUV175.57128.81134.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=34.59%
G=32.14%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417117700.070.040.28332.318.3969.61
HexB8ABB10741C14c846
Octal2702532610743451410106
Binary10111000101010111011000101111001110010100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABB1; }

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

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

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

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

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

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

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

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