#B4ADB2

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

Shades of Lily #B4ADB2

Tints of Lily #B4ADB2

Color information

#B4ADB2 (or 0xB4ADB2) is unknown color: approx Lily. HEX triplet: B4, AD and B2. RGB value is (180,173,178). Sum of RGB (Red+Green+Blue) = 180+173+178=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADB2 is #4B524D. Grayscale: #AFAFAF. Windows color (decimal): -4936270 or 11709876. OLE color: 11709876.

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

Color convert

RGB180173178-
CMYK00.040.010.29
HSL317.14º4.46%69.22%-
HSV(B)317.14º3.89%70.59%-
XYZ41.842.848.18-
YUV175.66129.32131.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=33.90%
G=32.58%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017317800.040.010.29317.144.4669.22
HexB4ADB20411D13d445
Octal264255262041354754105
Binary10110100101011011011001001001111011001111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADB2; }

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

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

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

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

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

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

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

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