#B3AA9C

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

Shades of Cloudy #B3AA9C

Tints of Cloudy #B3AA9C

Color information

#B3AA9C (or 0xB3AA9C) is unknown color: approx Cloudy. HEX triplet: B3, AA and 9C. RGB value is (179,170,156). Sum of RGB (Red+Green+Blue) = 179+170+156=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA9C is #4C5563. Grayscale: #ABABAB. Windows color (decimal): -5002596 or 10267315. OLE color: 10267315.

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

Color convert

RGB179170156-
CMYK00.050.130.30
HSL36.52º13.14%65.69%-
HSV(B)36.52º12.85%70.2%-
XYZ38.9740.7337.26-
YUV171.09119.48133.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=35.45%
G=33.66%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917015600.050.130.3036.5213.1465.69
HexB3AA9C05D1E25d42
Octal2632522340515364515102
Binary101100111010101010011100010111011111010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA9C; }

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

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

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

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

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

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

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

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