#B0AA9E

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

Shades of Cloudy #B0AA9E

Tints of Cloudy #B0AA9E

Color information

#B0AA9E (or 0xB0AA9E) is unknown color: approx Cloudy. HEX triplet: B0, AA and 9E. RGB value is (176,170,158). Sum of RGB (Red+Green+Blue) = 176+170+158=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA9E is #4F5561. Grayscale: #AAAAAA. Windows color (decimal): -5199202 or 10398384. OLE color: 10398384.

HSL color Cylindrical-coordinate representation of color #B0AA9E: hue angle of 40º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0AA9E is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176170158-
CMYK00.030.100.31
HSL40º10.23%65.49%-
HSV(B)40º10.23%69.02%-
XYZ38.4540.4538.13-
YUV170.43120.99131.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=34.92%
G=33.73%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617015800.030.100.314010.2365.49
HexB0AA9E03A1F28a41
Octal2602522360312375012101
Binary10110000101010101001111001110101111110100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA9E; }

 p { color: rgb(176,170,158); }

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

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

 a { background-color: rgb(176,170,158); }

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

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

 span { border-color: rgb(176,170,158); }

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