#B4ABAF

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

Shades of Lily #B4ABAF

Tints of Lily #B4ABAF

Color information

#B4ABAF (or 0xB4ABAF) is unknown color: approx Lily. HEX triplet: B4, AB and AF. RGB value is (180,171,175). Sum of RGB (Red+Green+Blue) = 180+171+175=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAF is #4B5450. Grayscale: #AEAEAE. Windows color (decimal): -4936785 or 11512756. OLE color: 11512756.

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

Color convert

RGB180171175-
CMYK00.050.030.29
HSL333.33º5.66%68.82%-
HSV(B)333.33º5%70.59%-
XYZ41.1241.9246.48-
YUV174.15128.48132.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=34.22%
G=32.51%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017117500.050.030.29333.335.6668.82
HexB4ABAF0531D14d645
Octal264253257053355156105
Binary101101001010101110101111010111111011010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABAF; }

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

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

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

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

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

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

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

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