#B1ADB0

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

Shades of Lily #B1ADB0

Tints of Lily #B1ADB0

Color information

#B1ADB0 (or 0xB1ADB0) is unknown color: approx Lily. HEX triplet: B1, AD and B0. RGB value is (177,173,176). Sum of RGB (Red+Green+Blue) = 177+173+176=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADB0 is #4E524F. Grayscale: #AEAEAE. Windows color (decimal): -5132880 or 11578801. OLE color: 11578801.

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

Color convert

RGB177173176-
CMYK00.020.010.31
HSL315º2.5%68.63%-
HSV(B)315º2.26%69.41%-
XYZ40.9142.3747.1-
YUV174.54128.83129.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=33.65%
G=32.89%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717317600.020.010.313152.568.63
HexB1ADB00211F13b245
Octal261255260021374732105
Binary101100011010110110110000010111111100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADB0; }

 p { color: rgb(177,173,176); }

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

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

 a { background-color: rgb(177,173,176); }

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

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

 span { border-color: rgb(177,173,176); }

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