#B1AEAC

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

Shades of Tide #B1AEAC

Tints of Tide #B1AEAC

Color information

#B1AEAC (or 0xB1AEAC) is unknown color: approx Tide. HEX triplet: B1, AE and AC. RGB value is (177,174,172). Sum of RGB (Red+Green+Blue) = 177+174+172=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AEAC is #4E5153. Grayscale: #AEAEAE. Windows color (decimal): -5132628 or 11316913. OLE color: 11316913.

HSL color Cylindrical-coordinate representation of color #B1AEAC: hue angle of 24º degrees, saturation: 0.03, 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 #B1AEAC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177174172-
CMYK00.020.030.31
HSL24º3.11%68.43%-
HSV(B)24º2.82%69.41%-
XYZ40.7142.645.11-
YUV174.67126.49129.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=33.84%
G=33.27%
B=32.89%

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
Decimal17717417200.020.030.31243.1168.43
HexB1AEAC0231F18344
Octal26125625402337303104
Binary101100011010111010101100010111111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEAC; }

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

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

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

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

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

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

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

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