#B5AC9D

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

Shades of Cloudy #B5AC9D

Tints of Cloudy #B5AC9D

Color information

#B5AC9D (or 0xB5AC9D) is unknown color: approx Cloudy. HEX triplet: B5, AC and 9D. RGB value is (181,172,157). Sum of RGB (Red+Green+Blue) = 181+172+157=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC9D is #4A5362. Grayscale: #ADADAD. Windows color (decimal): -4871011 or 10333365. OLE color: 10333365.

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

Color convert

RGB181172157-
CMYK00.050.130.29
HSL37.5º13.95%66.27%-
HSV(B)37.5º13.26%70.98%-
XYZ39.8941.7637.86-
YUV172.98118.98133.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=35.49%
G=33.73%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117215700.050.130.2937.513.9566.27
HexB5AC9D05D1D26e42
Octal2652542350515354616102
Binary101101011010110010011101010111011110110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC9D; }

 p { color: rgb(181,172,157); }

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

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

 a { background-color: rgb(181,172,157); }

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

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

 span { border-color: rgb(181,172,157); }

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