#B4ACB0

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

Shades of Lily #B4ACB0

Tints of Lily #B4ACB0

Color information

#B4ACB0 (or 0xB4ACB0) is unknown color: approx Lily. HEX triplet: B4, AC and B0. RGB value is (180,172,176). Sum of RGB (Red+Green+Blue) = 180+172+176=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACB0 is #4B534F. Grayscale: #AEAEAE. Windows color (decimal): -4936528 or 11578548. OLE color: 11578548.

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

Color convert

RGB180172176-
CMYK00.040.020.29
HSL330º5.06%69.02%-
HSV(B)330º4.44%70.59%-
XYZ41.4142.3447.06-
YUV174.85128.65131.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=34.09%
G=32.58%
B=33.33%

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
Decimal18017217600.040.020.293305.0669.02
HexB4ACB00421D14a545
Octal264254260042355125105
Binary101101001010110010110000010010111011010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACB0; }

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

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

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

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

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

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

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

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