#B0ACA5

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

Shades of Cloudy #B0ACA5

Tints of Cloudy #B0ACA5

Color information

#B0ACA5 (or 0xB0ACA5) is unknown color: approx Cloudy. HEX triplet: B0, AC and A5. RGB value is (176,172,165). Sum of RGB (Red+Green+Blue) = 176+172+165=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ACA5 is #4F535A. Grayscale: #ACACAC. Windows color (decimal): -5198683 or 10857648. OLE color: 10857648.

HSL color Cylindrical-coordinate representation of color #B0ACA5: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0ACA5 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176172165-
CMYK00.020.060.31
HSL38.18º6.51%66.86%-
HSV(B)38.18º6.25%69.02%-
XYZ39.4541.4541.52-
YUV172.4123.83130.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=34.31%
G=33.53%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617216500.020.060.3138.186.5166.86
HexB0ACA50261F26743
Octal26025424502637467103
Binary101100001010110010100101010110111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACA5; }

 p { color: rgb(176,172,165); }

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

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

 a { background-color: rgb(176,172,165); }

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

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

 span { border-color: rgb(176,172,165); }

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