#B0AA9F

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

Shades of Cloudy #B0AA9F

Tints of Cloudy #B0AA9F

Color information

#B0AA9F (or 0xB0AA9F) is unknown color: approx Cloudy. HEX triplet: B0, AA and 9F. RGB value is (176,170,159). Sum of RGB (Red+Green+Blue) = 176+170+159=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA9F is #4F5560. Grayscale: #AAAAAA. Windows color (decimal): -5199201 or 10463920. OLE color: 10463920.

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

Color convert

RGB176170159-
CMYK00.030.100.31
HSL38.82º9.71%65.69%-
HSV(B)38.82º9.66%69.02%-
XYZ38.5440.4838.58-
YUV170.54121.49131.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=34.85%
G=33.66%
B=31.49%

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
Decimal17617015900.030.100.3138.829.7165.69
HexB0AA9F03A1F27a42
Octal2602522370312374712102
Binary10110000101010101001111101110101111110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA9F; }

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

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

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

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

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

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

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

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