#B2AA9D

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

Shades of Cloudy #B2AA9D

Tints of Cloudy #B2AA9D

Color information

#B2AA9D (or 0xB2AA9D) is unknown color: approx Cloudy. HEX triplet: B2, AA and 9D. RGB value is (178,170,157). Sum of RGB (Red+Green+Blue) = 178+170+157=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA9D is #4D5562. Grayscale: #AAAAAA. Windows color (decimal): -5068131 or 10332850. OLE color: 10332850.

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

Color convert

RGB178170157-
CMYK00.040.120.30
HSL37.14º12%65.69%-
HSV(B)37.14º11.8%69.8%-
XYZ38.8240.6537.7-
YUV170.91120.15133.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=35.25%
G=33.66%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817015700.040.120.3037.141265.69
HexB2AA9D04C1E25c42
Octal2622522350414364514102
Binary101100101010101010011101010011001111010010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA9D; }

 p { color: rgb(178,170,157); }

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

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

 a { background-color: rgb(178,170,157); }

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

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

 span { border-color: rgb(178,170,157); }

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