#B4ACB1

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

Shades of Lily #B4ACB1

Tints of Lily #B4ACB1

Color information

#B4ACB1 (or 0xB4ACB1) is unknown color: approx Lily. HEX triplet: B4, AC and B1. RGB value is (180,172,177). Sum of RGB (Red+Green+Blue) = 180+172+177=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACB1 is #4B534E. Grayscale: #AEAEAE. Windows color (decimal): -4936527 or 11644084. OLE color: 11644084.

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

Color convert

RGB180172177-
CMYK00.040.020.29
HSL322.5º5.06%69.02%-
HSV(B)322.5º4.44%70.59%-
XYZ41.5142.3847.59-
YUV174.96129.15131.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=34.03%
G=32.51%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017217700.040.020.29322.55.0669.02
HexB4ACB10421D143545
Octal264254261042355035105
Binary101101001010110010110001010010111011010000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACB1; }

 p { color: rgb(180,172,177); }

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

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

 a { background-color: rgb(180,172,177); }

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

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

 span { border-color: rgb(180,172,177); }

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