#B4AB9E

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

Shades of Cloudy #B4AB9E

Tints of Cloudy #B4AB9E

Color information

#B4AB9E (or 0xB4AB9E) is unknown color: approx Cloudy. HEX triplet: B4, AB and 9E. RGB value is (180,171,158). Sum of RGB (Red+Green+Blue) = 180+171+158=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB9E is #4B5461. Grayscale: #ACACAC. Windows color (decimal): -4936802 or 10398644. OLE color: 10398644.

HSL color Cylindrical-coordinate representation of color #B4AB9E: hue angle of 35.45º degrees, saturation: 0.13, 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 #B4AB9E is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180171158-
CMYK00.050.120.29
HSL35.45º12.79%66.27%-
HSV(B)35.45º12.22%70.59%-
XYZ39.5641.338.23-
YUV172.21119.98133.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=35.36%
G=33.60%
B=31.04%

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
Decimal18017115800.050.120.2935.4512.7966.27
HexB4AB9E05C1D23d42
Octal2642532360514354315102
Binary101101001010101110011110010111001110110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB9E; }

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

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

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

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

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

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

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

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