#B1AB9F

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

Shades of Cloudy #B1AB9F

Tints of Cloudy #B1AB9F

Color information

#B1AB9F (or 0xB1AB9F) is unknown color: approx Cloudy. HEX triplet: B1, AB and 9F. RGB value is (177,171,159). Sum of RGB (Red+Green+Blue) = 177+171+159=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB9F is #4E5460. Grayscale: #ABABAB. Windows color (decimal): -5133409 or 10464177. OLE color: 10464177.

HSL color Cylindrical-coordinate representation of color #B1AB9F: hue angle of 40º 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 #B1AB9F is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177171159-
CMYK00.030.100.31
HSL40º10.34%65.88%-
HSV(B)40º10.17%69.41%-
XYZ38.9540.9838.66-
YUV171.43120.99131.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=34.91%
G=33.73%
B=31.36%

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
Decimal17717115900.030.100.314010.3465.88
HexB1AB9F03A1F28a42
Octal2612532370312375012102
Binary10110001101010111001111101110101111110100010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB9F; }

 p { color: rgb(177,171,159); }

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

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

 a { background-color: rgb(177,171,159); }

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

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

 span { border-color: rgb(177,171,159); }

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