#B1AA9E

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

Shades of Cloudy #B1AA9E

Tints of Cloudy #B1AA9E

Color information

#B1AA9E (or 0xB1AA9E) is unknown color: approx Cloudy. HEX triplet: B1, AA and 9E. RGB value is (177,170,158). Sum of RGB (Red+Green+Blue) = 177+170+158=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA9E is #4E5561. Grayscale: #AAAAAA. Windows color (decimal): -5133666 or 10398385. OLE color: 10398385.

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

Color convert

RGB177170158-
CMYK00.040.110.31
HSL37.89º10.86%65.69%-
HSV(B)37.89º10.73%69.41%-
XYZ38.6840.5738.14-
YUV170.72120.82132.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=35.05%
G=33.66%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717015800.040.110.3137.8910.8665.69
HexB1AA9E04B1F26b42
Octal2612522360413374613102
Binary101100011010101010011110010010111111110011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA9E; }

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

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

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

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

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

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

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

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