#B8A5AB

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

Shades of Lily #B8A5AB

Tints of Lily #B8A5AB

Color information

#B8A5AB (or 0xB8A5AB) is unknown color: approx Lily. HEX triplet: B8, A5 and AB. RGB value is (184,165,171). Sum of RGB (Red+Green+Blue) = 184+165+171=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A5AB is #475A54. Grayscale: #ABABAB. Windows color (decimal): -4676181 or 11249080. OLE color: 11249080.

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

Color convert

RGB184165171-
CMYK00.100.070.28
HSL341.05º11.8%68.43%-
HSV(B)341.05º10.33%72.16%-
XYZ40.5740.0444.12-
YUV171.36127.79137.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=35.38%
G=31.73%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416517100.100.070.28341.0511.868.43
HexB8A5AB0A71C155c44
Octal27024525301273452514104
Binary101110001010010110101011010101111110010101010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A5AB; }

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

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

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

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

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

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

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

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