#B2AFA6

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

Shades of Tana #B2AFA6

Tints of Tana #B2AFA6

Color information

#B2AFA6 (or 0xB2AFA6) is unknown color: approx Tana. HEX triplet: B2, AF and A6. RGB value is (178,175,166). Sum of RGB (Red+Green+Blue) = 178+175+166=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AFA6 is #4D5059. Grayscale: #AEAEAE. Windows color (decimal): -5066842 or 10923954. OLE color: 10923954.

HSL color Cylindrical-coordinate representation of color #B2AFA6: hue angle of 45º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2AFA6 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB178175166-
CMYK00.020.070.30
HSL45º7.23%67.45%-
HSV(B)45º6.74%69.8%-
XYZ40.5742.8842.21-
YUV174.87122.99130.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=34.30%
G=33.72%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817516600.020.070.30457.2367.45
HexB2AFA60271E2d743
Octal26225724602736557103
Binary101100101010111110100110010111111101011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFA6; }

 p { color: rgb(178,175,166); }

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

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

 a { background-color: rgb(178,175,166); }

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

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

 span { border-color: rgb(178,175,166); }

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