#B6A1AB

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

Shades of Lily #B6A1AB

Tints of Lily #B6A1AB

Color information

#B6A1AB (or 0xB6A1AB) is unknown color: approx Lily. HEX triplet: B6, A1 and AB. RGB value is (182,161,171). Sum of RGB (Red+Green+Blue) = 182+161+171=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A1AB is #495E54. Grayscale: #A8A8A8. Windows color (decimal): -4808277 or 11248054. OLE color: 11248054.

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

Color convert

RGB182161171-
CMYK00.120.060.29
HSL331.43º12.57%67.25%-
HSV(B)331.43º11.54%71.37%-
XYZ39.3938.3843.86-
YUV168.42129.46137.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=35.41%
G=31.32%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216117100.120.060.29331.4312.5767.25
HexB6A1AB0C61D14bd43
Octal26624125301463551315103
Binary101101101010000110101011011001101110110100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1AB; }

 p { color: rgb(182,161,171); }

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

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

 a { background-color: rgb(182,161,171); }

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

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

 span { border-color: rgb(182,161,171); }

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