#B4ABAE

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

Shades of Lily #B4ABAE

Tints of Lily #B4ABAE

Color information

#B4ABAE (or 0xB4ABAE) is unknown color: approx Lily. HEX triplet: B4, AB and AE. RGB value is (180,171,174). Sum of RGB (Red+Green+Blue) = 180+171+174=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAE is #4B5451. Grayscale: #AEAEAE. Windows color (decimal): -4936786 or 11447220. OLE color: 11447220.

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

Color convert

RGB180171174-
CMYK00.050.030.29
HSL340º5.66%68.82%-
HSV(B)340º5%70.59%-
XYZ41.0341.8945.97-
YUV174.03127.98132.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=34.29%
G=32.57%
B=33.14%

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
Decimal18017117400.050.030.293405.6668.82
HexB4ABAE0531D154645
Octal264253256053355246105
Binary101101001010101110101110010111111011010101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABAE; }

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

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

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

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

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

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

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

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