#B0ACA8

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

Shades of Cloudy #B0ACA8

Tints of Cloudy #B0ACA8

Color information

#B0ACA8 (or 0xB0ACA8) is unknown color: approx Cloudy. HEX triplet: B0, AC and A8. RGB value is (176,172,168). Sum of RGB (Red+Green+Blue) = 176+172+168=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ACA8 is #4F5357. Grayscale: #ACACAC. Windows color (decimal): -5198680 or 11054256. OLE color: 11054256.

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

Color convert

RGB176172168-
CMYK00.020.050.31
HSL30º4.82%67.45%-
HSV(B)30º4.55%69.02%-
XYZ39.7241.5642.97-
YUV172.74125.33130.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=34.11%
G=33.33%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617216800.020.050.31304.8267.45
HexB0ACA80251F1e543
Octal26025425002537365103
Binary10110000101011001010100001010111111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACA8; }

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

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

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

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

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

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

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

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