#B1AFAA

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

Shades of Cloudy #B1AFAA

Tints of Cloudy #B1AFAA

Color information

#B1AFAA (or 0xB1AFAA) is unknown color: approx Cloudy. HEX triplet: B1, AF and AA. RGB value is (177,175,170). Sum of RGB (Red+Green+Blue) = 177+175+170=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAA is #4E5055. Grayscale: #AFAFAF. Windows color (decimal): -5132374 or 11186097. OLE color: 11186097.

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

Color convert

RGB177175170-
CMYK00.010.040.31
HSL42.86º4.29%68.04%-
HSV(B)42.86º3.95%69.41%-
XYZ40.7242.9144.17-
YUV175.03125.16129.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=33.91%
G=33.52%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717517000.010.040.3142.864.2968.04
HexB1AFAA0141F2b444
Octal26125725201437534104
Binary10110001101011111010101001100111111010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFAA; }

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

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

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

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

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

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

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

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