#B4A4AB

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

Shades of Lily #B4A4AB

Tints of Lily #B4A4AB

Color information

#B4A4AB (or 0xB4A4AB) is unknown color: approx Lily. HEX triplet: B4, A4 and AB. RGB value is (180,164,171). Sum of RGB (Red+Green+Blue) = 180+164+171=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A4AB is #4B5B54. Grayscale: #A9A9A9. Windows color (decimal): -4938581 or 11248820. OLE color: 11248820.

HSL color Cylindrical-coordinate representation of color #B4A4AB: hue angle of 333.75º 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 #B4A4AB is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180164171-
CMYK00.090.050.29
HSL333.75º9.64%67.45%-
HSV(B)333.75º8.89%70.59%-
XYZ39.4539.1944.01-
YUV169.58128.8135.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=34.95%
G=31.84%
B=33.20%

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
Decimal18016417100.090.050.29333.759.6467.45
HexB4A4AB0951D14ea43
Octal26424425301153551612103
Binary101101001010010010101011010011011110110100111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4AB; }

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

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

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

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

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

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

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

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