#B4AAB2

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

Shades of Lily #B4AAB2

Tints of Lily #B4AAB2

Color information

#B4AAB2 (or 0xB4AAB2) is unknown color: approx Lily. HEX triplet: B4, AA and B2. RGB value is (180,170,178). Sum of RGB (Red+Green+Blue) = 180+170+178=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAB2 is #4B554D. Grayscale: #ADADAD. Windows color (decimal): -4937038 or 11709108. OLE color: 11709108.

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

Color convert

RGB180170178-
CMYK00.060.010.29
HSL312º6.25%68.63%-
HSV(B)312º5.56%70.59%-
XYZ41.2341.6747.99-
YUV173.9130.31132.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=34.09%
G=32.20%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017017800.060.010.293126.2568.63
HexB4AAB20611D138645
Octal264252262061354706105
Binary10110100101010101011001001101111011001110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAB2; }

 p { color: rgb(180,170,178); }

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

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

 a { background-color: rgb(180,170,178); }

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

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

 span { border-color: rgb(180,170,178); }

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