#B1ADA6

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

Shades of Cloudy #B1ADA6

Tints of Cloudy #B1ADA6

Color information

#B1ADA6 (or 0xB1ADA6) is unknown color: approx Cloudy. HEX triplet: B1, AD and A6. RGB value is (177,173,166). Sum of RGB (Red+Green+Blue) = 177+173+166=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADA6 is #4E5259. Grayscale: #ADADAD. Windows color (decimal): -5132890 or 10923441. OLE color: 10923441.

HSL color Cylindrical-coordinate representation of color #B1ADA6: 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 #B1ADA6 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB177173166-
CMYK00.020.060.31
HSL38.18º6.59%67.25%-
HSV(B)38.18º6.21%69.41%-
XYZ39.9641.9942.07-
YUV173.4123.83130.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=34.30%
G=33.53%
B=32.17%

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
Decimal17717316600.020.060.3138.186.5967.25
HexB1ADA60261F26743
Octal26125524602637467103
Binary101100011010110110100110010110111111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADA6; }

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

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

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

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

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

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

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

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