#B1ADA2

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

Shades of Cloudy #B1ADA2

Tints of Cloudy #B1ADA2

Color information

#B1ADA2 (or 0xB1ADA2) is unknown color: approx Cloudy. HEX triplet: B1, AD and A2. RGB value is (177,173,162). Sum of RGB (Red+Green+Blue) = 177+173+162=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADA2 is #4E525D. Grayscale: #ACACAC. Windows color (decimal): -5132894 or 10661297. OLE color: 10661297.

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

Color convert

RGB177173162-
CMYK00.020.080.31
HSL44º8.77%66.47%-
HSV(B)44º8.47%69.41%-
XYZ39.641.8440.17-
YUV172.94121.83130.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=34.57%
G=33.79%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717316200.020.080.31448.7766.47
HexB1ADA20281F2c942
Octal2612552420210375411102
Binary10110001101011011010001001010001111110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADA2; }

 p { color: rgb(177,173,162); }

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

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

 a { background-color: rgb(177,173,162); }

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

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

 span { border-color: rgb(177,173,162); }

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