#B1AEAB

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

Shades of Tide #B1AEAB

Tints of Tide #B1AEAB

Color information

#B1AEAB (or 0xB1AEAB) is unknown color: approx Tide. HEX triplet: B1, AE and AB. RGB value is (177,174,171). Sum of RGB (Red+Green+Blue) = 177+174+171=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AEAB is #4E5154. Grayscale: #AEAEAE. Windows color (decimal): -5132629 or 11251377. OLE color: 11251377.

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

Color convert

RGB177174171-
CMYK00.020.030.31
HSL30º3.7%68.24%-
HSV(B)30º3.39%69.41%-
XYZ40.6242.5644.6-
YUV174.55125.99129.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=33.91%
G=33.33%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717417100.020.030.31303.768.24
HexB1AEAB0231F1e444
Octal26125625302337364104
Binary1011000110101110101010110101111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEAB; }

 p { color: rgb(177,174,171); }

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

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

 a { background-color: rgb(177,174,171); }

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

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

 span { border-color: rgb(177,174,171); }

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