#B4A8AE

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

Shades of Lily #B4A8AE

Tints of Lily #B4A8AE

Color information

#B4A8AE (or 0xB4A8AE) is unknown color: approx Lily. HEX triplet: B4, A8 and AE. RGB value is (180,168,174). Sum of RGB (Red+Green+Blue) = 180+168+174=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8AE is #4B5751. Grayscale: #ACACAC. Windows color (decimal): -4937554 or 11446452. OLE color: 11446452.

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

Color convert

RGB180168174-
CMYK00.070.030.29
HSL330º7.41%68.24%-
HSV(B)330º6.67%70.59%-
XYZ40.4740.7645.78-
YUV172.27128.98133.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=34.48%
G=32.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016817400.070.030.293307.4168.24
HexB4A8AE0731D14a744
Octal264250256073355127104
Binary101101001010100010101110011111111011010010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8AE; }

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

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

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

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

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

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

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

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