#B7AD9D

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

Shades of Cloudy #B7AD9D

Tints of Cloudy #B7AD9D

Color information

#B7AD9D (or 0xB7AD9D) is unknown color: approx Cloudy. HEX triplet: B7, AD and 9D. RGB value is (183,173,157). Sum of RGB (Red+Green+Blue) = 183+173+157=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9D is #485262. Grayscale: #AEAEAE. Windows color (decimal): -4739683 or 10333623. OLE color: 10333623.

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

Color convert

RGB183173157-
CMYK00.050.140.28
HSL36.92º15.29%66.67%-
HSV(B)36.92º14.21%71.76%-
XYZ40.5642.3937.94-
YUV174.17118.31134.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=35.67%
G=33.72%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317315700.050.140.2836.9215.2966.67
HexB7AD9D05E1C25f43
Octal2672552350516344517103
Binary101101111010110110011101010111101110010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD9D; }

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

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

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

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

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

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

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

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