#B1ADA3

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

Shades of Cloudy #B1ADA3

Tints of Cloudy #B1ADA3

Color information

#B1ADA3 (or 0xB1ADA3) is unknown color: approx Cloudy. HEX triplet: B1, AD and A3. RGB value is (177,173,163). Sum of RGB (Red+Green+Blue) = 177+173+163=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADA3 is #4E525C. Grayscale: #ADADAD. Windows color (decimal): -5132893 or 10726833. OLE color: 10726833.

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

Color convert

RGB177173163-
CMYK00.020.080.31
HSL42.86º8.24%66.67%-
HSV(B)42.86º7.91%69.41%-
XYZ39.6941.8840.64-
YUV173.06122.33130.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=34.50%
G=33.72%
B=31.77%

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
Decimal17717316300.020.080.3142.868.2466.67
HexB1ADA30281F2b843
Octal2612552430210375310103
Binary10110001101011011010001101010001111110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADA3; }

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

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

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

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

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

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

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

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