#B1AFAC

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

Shades of Cloudy #B1AFAC

Tints of Cloudy #B1AFAC

Color information

#B1AFAC (or 0xB1AFAC) is unknown color: approx Cloudy. HEX triplet: B1, AF and AC. RGB value is (177,175,172). Sum of RGB (Red+Green+Blue) = 177+175+172=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAC is #4E5053. Grayscale: #AFAFAF. Windows color (decimal): -5132372 or 11317169. OLE color: 11317169.

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

Color convert

RGB177175172-
CMYK00.010.030.31
HSL36º3.11%68.43%-
HSV(B)36º2.82%69.41%-
XYZ40.9142.9945.17-
YUV175.26126.16129.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=33.78%
G=33.40%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717517200.010.030.31363.1168.43
HexB1AFAC0131F24344
Octal26125725401337443104
Binary101100011010111110101100011111111100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFAC; }

 p { color: rgb(177,175,172); }

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

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

 a { background-color: rgb(177,175,172); }

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

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

 span { border-color: rgb(177,175,172); }

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