#B4AC9E

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

Shades of Cloudy #B4AC9E

Tints of Cloudy #B4AC9E

Color information

#B4AC9E (or 0xB4AC9E) is unknown color: approx Cloudy. HEX triplet: B4, AC and 9E. RGB value is (180,172,158). Sum of RGB (Red+Green+Blue) = 180+172+158=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AC9E is #4B5361. Grayscale: #ACACAC. Windows color (decimal): -4936546 or 10398900. OLE color: 10398900.

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

Color convert

RGB180172158-
CMYK00.040.120.29
HSL38.18º12.79%66.27%-
HSV(B)38.18º12.22%70.59%-
XYZ39.7541.6838.3-
YUV172.8119.65133.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=35.29%
G=33.73%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017215800.040.120.2938.1812.7966.27
HexB4AC9E04C1D26d42
Octal2642542360414354615102
Binary101101001010110010011110010011001110110011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC9E; }

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

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

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

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

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

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

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

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