#B4AFAC

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

Shades of Tide #B4AFAC

Tints of Tide #B4AFAC

Color information

#B4AFAC (or 0xB4AFAC) is unknown color: approx Tide. HEX triplet: B4, AF and AC. RGB value is (180,175,172). Sum of RGB (Red+Green+Blue) = 180+175+172=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFAC is #4B5053. Grayscale: #B0B0B0. Windows color (decimal): -4935764 or 11317172. OLE color: 11317172.

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

Color convert

RGB180175172-
CMYK00.030.040.29
HSL22.5º5.06%69.02%-
HSV(B)22.5º4.44%70.59%-
XYZ41.643.3445.2-
YUV176.15125.66130.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=34.16%
G=33.21%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017517200.030.040.2922.55.0669.02
HexB4AFAC0341D17545
Octal26425725403435275105
Binary10110100101011111010110001110011101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFAC; }

 p { color: rgb(180,175,172); }

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

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

 a { background-color: rgb(180,175,172); }

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

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

 span { border-color: rgb(180,175,172); }

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