#B2A899

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

Shades of Cloudy #B2A899

Tints of Cloudy #B2A899

Color information

#B2A899 (or 0xB2A899) is unknown color: approx Cloudy. HEX triplet: B2, A8 and 99. RGB value is (178,168,153). Sum of RGB (Red+Green+Blue) = 178+168+153=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A899 is #4D5766. Grayscale: #A9A9A9. Windows color (decimal): -5068647 or 10070194. OLE color: 10070194.

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

Color convert

RGB178168153-
CMYK00.060.140.30
HSL36º13.97%64.9%-
HSV(B)36º14.04%69.8%-
XYZ38.1139.7735.8-
YUV169.28118.81134.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=35.67%
G=33.67%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816815300.060.140.303613.9764.9
HexB2A89906E1E24e41
Octal2622502310616364416101
Binary101100101010100010011001011011101111010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A899; }

 p { color: rgb(178,168,153); }

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

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

 a { background-color: rgb(178,168,153); }

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

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

 span { border-color: rgb(178,168,153); }

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