#B4A3AB

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

Shades of Lily #B4A3AB

Tints of Lily #B4A3AB

Color information

#B4A3AB (or 0xB4A3AB) is unknown color: approx Lily. HEX triplet: B4, A3 and AB. RGB value is (180,163,171). Sum of RGB (Red+Green+Blue) = 180+163+171=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A3AB is #4B5C54. Grayscale: #A8A8A8. Windows color (decimal): -4938837 or 11248564. OLE color: 11248564.

HSL color Cylindrical-coordinate representation of color #B4A3AB: hue angle of 331.76º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A3AB is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180163171-
CMYK00.090.050.29
HSL331.76º10.18%67.25%-
HSV(B)331.76º9.44%70.59%-
XYZ39.2738.8443.95-
YUV169129.13135.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=35.02%
G=31.71%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016317100.090.050.29331.7610.1867.25
HexB4A3AB0951D14ca43
Octal26424325301153551412103
Binary101101001010001110101011010011011110110100110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A3AB; }

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

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

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

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

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

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

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

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