#B4A1AE

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

Shades of Lily #B4A1AE

Tints of Lily #B4A1AE

Color information

#B4A1AE (or 0xB4A1AE) is unknown color: approx Lily. HEX triplet: B4, A1 and AE. RGB value is (180,161,174). Sum of RGB (Red+Green+Blue) = 180+161+174=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A1AE is #4B5E51. Grayscale: #A8A8A8. Windows color (decimal): -4939346 or 11444660. OLE color: 11444660.

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

Color convert

RGB180161174-
CMYK00.110.030.29
HSL318.95º11.24%66.86%-
HSV(B)318.95º10.56%70.59%-
XYZ39.2138.2545.36-
YUV168.16131.29136.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=34.95%
G=31.26%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016117400.110.030.29318.9511.2466.86
HexB4A1AE0B31D13fb43
Octal26424125601333547713103
Binary10110100101000011010111001011111110110011111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A1AE; }

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

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

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

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

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

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

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

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