#B7AD9E

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

Shades of Cloudy #B7AD9E

Tints of Cloudy #B7AD9E

Color information

#B7AD9E (or 0xB7AD9E) is unknown color: approx Cloudy. HEX triplet: B7, AD and 9E. RGB value is (183,173,158). Sum of RGB (Red+Green+Blue) = 183+173+158=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9E is #485261. Grayscale: #AEAEAE. Windows color (decimal): -4739682 or 10399159. OLE color: 10399159.

HSL color Cylindrical-coordinate representation of color #B7AD9E: hue angle of 36º 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 #B7AD9E is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183173158-
CMYK00.050.140.28
HSL36º14.79%66.86%-
HSV(B)36º13.66%71.76%-
XYZ40.6442.4238.39-
YUV174.28118.81134.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=35.60%
G=33.66%
B=30.74%

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
Decimal18317315800.050.140.283614.7966.86
HexB7AD9E05E1C24f43
Octal2672552360516344417103
Binary101101111010110110011110010111101110010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD9E; }

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

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

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

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

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

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

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

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