#B4AB9F

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

Shades of Cloudy #B4AB9F

Tints of Cloudy #B4AB9F

Color information

#B4AB9F (or 0xB4AB9F) is unknown color: approx Cloudy. HEX triplet: B4, AB and 9F. RGB value is (180,171,159). Sum of RGB (Red+Green+Blue) = 180+171+159=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB9F is #4B5460. Grayscale: #ACACAC. Windows color (decimal): -4936801 or 10464180. OLE color: 10464180.

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

Color convert

RGB180171159-
CMYK00.050.120.29
HSL34.29º12.28%66.47%-
HSV(B)34.29º11.67%70.59%-
XYZ39.6441.3338.69-
YUV172.32120.48133.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=35.29%
G=33.53%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017115900.050.120.2934.2912.2866.47
HexB4AB9F05C1D22c42
Octal2642532370514354214102
Binary101101001010101110011111010111001110110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB9F; }

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

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

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

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

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

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

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

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