#B4ABB0

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

Shades of Lily #B4ABB0

Tints of Lily #B4ABB0

Color information

#B4ABB0 (or 0xB4ABB0) is unknown color: approx Lily. HEX triplet: B4, AB and B0. RGB value is (180,171,176). Sum of RGB (Red+Green+Blue) = 180+171+176=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABB0 is #4B544F. Grayscale: #AEAEAE. Windows color (decimal): -4936784 or 11578292. OLE color: 11578292.

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

Color convert

RGB180171176-
CMYK00.050.020.29
HSL326.67º5.66%68.82%-
HSV(B)326.67º5%70.59%-
XYZ41.2241.9647-
YUV174.26128.98132.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=34.16%
G=32.45%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017117600.050.020.29326.675.6668.82
HexB4ABB00521D147645
Octal264253260052355076105
Binary101101001010101110110000010110111011010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABB0; }

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

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

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

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

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

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

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

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