#B6AD9D

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

Shades of Cloudy #B6AD9D

Tints of Cloudy #B6AD9D

Color information

#B6AD9D (or 0xB6AD9D) is unknown color: approx Cloudy. HEX triplet: B6, AD and 9D. RGB value is (182,173,157). Sum of RGB (Red+Green+Blue) = 182+173+157=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD9D is #495262. Grayscale: #ADADAD. Windows color (decimal): -4805219 or 10333622. OLE color: 10333622.

HSL color Cylindrical-coordinate representation of color #B6AD9D: hue angle of 38.4º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6AD9D is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182173157-
CMYK00.050.140.29
HSL38.4º14.62%66.47%-
HSV(B)38.4º13.74%71.37%-
XYZ40.3242.2737.93-
YUV173.87118.48133.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=35.55%
G=33.79%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217315700.050.140.2938.414.6266.47
HexB6AD9D05E1D26f42
Octal2662552350516354617102
Binary101101101010110110011101010111101110110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD9D; }

 p { color: rgb(182,173,157); }

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

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

 a { background-color: rgb(182,173,157); }

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

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

 span { border-color: rgb(182,173,157); }

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