#B4A4AF

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

Shades of Lily #B4A4AF

Tints of Lily #B4A4AF

Color information

#B4A4AF (or 0xB4A4AF) is unknown color: approx Lily. HEX triplet: B4, A4 and AF. RGB value is (180,164,175). Sum of RGB (Red+Green+Blue) = 180+164+175=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A4AF is #4B5B50. Grayscale: #AAAAAA. Windows color (decimal): -4938577 or 11510964. OLE color: 11510964.

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

Color convert

RGB180164175-
CMYK00.090.030.29
HSL318.75º9.64%67.45%-
HSV(B)318.75º8.89%70.59%-
XYZ39.8439.3546.05-
YUV170.04130.8135.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=34.68%
G=31.60%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016417500.090.030.29318.759.6467.45
HexB4A4AF0931D13fa43
Octal26424425701133547712103
Binary10110100101001001010111101001111110110011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4AF; }

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

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

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

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

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

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

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

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