#B2A99D

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

Shades of Cloudy #B2A99D

Tints of Cloudy #B2A99D

Color information

#B2A99D (or 0xB2A99D) is unknown color: approx Cloudy. HEX triplet: B2, A9 and 9D. RGB value is (178,169,157). Sum of RGB (Red+Green+Blue) = 178+169+157=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A99D is #4D5662. Grayscale: #AAAAAA. Windows color (decimal): -5068387 or 10332594. OLE color: 10332594.

HSL color Cylindrical-coordinate representation of color #B2A99D: hue angle of 34.29º 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 #B2A99D is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178169157-
CMYK00.050.120.30
HSL34.29º12%65.69%-
HSV(B)34.29º11.8%69.8%-
XYZ38.6340.2837.64-
YUV170.32120.48133.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=35.32%
G=33.53%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816915700.050.120.3034.291265.69
HexB2A99D05C1E22c42
Octal2622512350514364214102
Binary101100101010100110011101010111001111010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A99D; }

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

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

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

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

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

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

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

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