#B2AA9C

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

Shades of Cloudy #B2AA9C

Tints of Cloudy #B2AA9C

Color information

#B2AA9C (or 0xB2AA9C) is unknown color: approx Cloudy. HEX triplet: B2, AA and 9C. RGB value is (178,170,156). Sum of RGB (Red+Green+Blue) = 178+170+156=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA9C is #4D5563. Grayscale: #AAAAAA. Windows color (decimal): -5068132 or 10267314. OLE color: 10267314.

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

Color convert

RGB178170156-
CMYK00.040.120.30
HSL38.18º12.5%65.49%-
HSV(B)38.18º12.36%69.8%-
XYZ38.7440.6137.25-
YUV170.8119.65133.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=35.32%
G=33.73%
B=30.95%

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
Decimal17817015600.040.120.3038.1812.565.49
HexB2AA9C04C1E26d41
Octal2622522340414364615101
Binary101100101010101010011100010011001111010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA9C; }

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

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

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

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

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

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

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

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