#B8A4AB

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

Shades of Lily #B8A4AB

Tints of Lily #B8A4AB

Color information

#B8A4AB (or 0xB8A4AB) is unknown color: approx Lily. HEX triplet: B8, A4 and AB. RGB value is (184,164,171). Sum of RGB (Red+Green+Blue) = 184+164+171=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A4AB is #475B54. Grayscale: #AAAAAA. Windows color (decimal): -4676437 or 11248824. OLE color: 11248824.

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

Color convert

RGB184164171-
CMYK00.110.070.28
HSL339º12.35%68.24%-
HSV(B)339º10.87%72.16%-
XYZ40.3939.6844.06-
YUV170.78128.13137.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=35.45%
G=31.60%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416417100.110.070.2833912.3568.24
HexB8A4AB0B71C153c44
Octal27024425301373452314104
Binary101110001010010010101011010111111110010101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4AB; }

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

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

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

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

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

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

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

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