#B8ABB4

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

Shades of Lily #B8ABB4

Tints of Lily #B8ABB4

Color information

#B8ABB4 (or 0xB8ABB4) is unknown color: approx Lily. HEX triplet: B8, AB and B4. RGB value is (184,171,180). Sum of RGB (Red+Green+Blue) = 184+171+180=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABB4 is #47544B. Grayscale: #AFAFAF. Windows color (decimal): -4674636 or 11840440. OLE color: 11840440.

HSL color Cylindrical-coordinate representation of color #B8ABB4: hue angle of 318.46º 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 #B8ABB4 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184171180-
CMYK00.070.020.28
HSL318.46º8.39%69.61%-
HSV(B)318.46º7.07%72.16%-
XYZ42.5742.6149.16-
YUV175.91130.31133.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=34.39%
G=31.96%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417118000.070.020.28318.468.3969.61
HexB8ABB40721C13e846
Octal2702532640723447610106
Binary1011100010101011101101000111101110010011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABB4; }

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

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

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

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

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

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

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

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