#B2A89C

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

Shades of Cloudy #B2A89C

Tints of Cloudy #B2A89C

Color information

#B2A89C (or 0xB2A89C) is unknown color: approx Cloudy. HEX triplet: B2, A8 and 9C. RGB value is (178,168,156). Sum of RGB (Red+Green+Blue) = 178+168+156=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A89C is #4D5763. Grayscale: #A9A9A9. Windows color (decimal): -5068644 or 10266802. OLE color: 10266802.

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

Color convert

RGB178168156-
CMYK00.060.120.30
HSL32.73º12.5%65.49%-
HSV(B)32.73º12.36%69.8%-
XYZ38.3639.8737.13-
YUV169.62120.31133.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=35.46%
G=33.47%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816815600.060.120.3032.7312.565.49
HexB2A89C06C1E21d41
Octal2622502340614364115101
Binary101100101010100010011100011011001111010000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A89C; }

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

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

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

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

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

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

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

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