#B5AC9C

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

Shades of Cloudy #B5AC9C

Tints of Cloudy #B5AC9C

Color information

#B5AC9C (or 0xB5AC9C) is unknown color: approx Cloudy. HEX triplet: B5, AC and 9C. RGB value is (181,172,156). Sum of RGB (Red+Green+Blue) = 181+172+156=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC9C is #4A5363. Grayscale: #ACACAC. Windows color (decimal): -4871012 or 10267829. OLE color: 10267829.

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

Color convert

RGB181172156-
CMYK00.050.140.29
HSL38.4º14.45%66.08%-
HSV(B)38.4º13.81%70.98%-
XYZ39.8141.7337.41-
YUV172.87118.48133.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=35.56%
G=33.79%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117215600.050.140.2938.414.4566.08
HexB5AC9C05E1D26e42
Octal2652542340516354616102
Binary101101011010110010011100010111101110110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC9C; }

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

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

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

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

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

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

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

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