#B5AD9E

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

Shades of Cloudy #B5AD9E

Tints of Cloudy #B5AD9E

Color information

#B5AD9E (or 0xB5AD9E) is unknown color: approx Cloudy. HEX triplet: B5, AD and 9E. RGB value is (181,173,158). Sum of RGB (Red+Green+Blue) = 181+173+158=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD9E is #4A5261. Grayscale: #ADADAD. Windows color (decimal): -4870754 or 10399157. OLE color: 10399157.

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

Color convert

RGB181173158-
CMYK00.040.130.29
HSL39.13º13.45%66.47%-
HSV(B)39.13º12.71%70.98%-
XYZ40.1742.1838.37-
YUV173.68119.15133.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=35.35%
G=33.79%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117315800.040.130.2939.1313.4566.47
HexB5AD9E04D1D27d42
Octal2652552360415354715102
Binary101101011010110110011110010011011110110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD9E; }

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

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

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

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

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

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

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

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