#B5AD9F

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

Shades of Cloudy #B5AD9F

Tints of Cloudy #B5AD9F

Color information

#B5AD9F (or 0xB5AD9F) is unknown color: approx Cloudy. HEX triplet: B5, AD and 9F. RGB value is (181,173,159). Sum of RGB (Red+Green+Blue) = 181+173+159=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD9F is #4A5260. Grayscale: #ADADAD. Windows color (decimal): -4870753 or 10464693. OLE color: 10464693.

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

Color convert

RGB181173159-
CMYK00.040.120.29
HSL38.18º12.94%66.67%-
HSV(B)38.18º12.15%70.98%-
XYZ40.2642.2138.83-
YUV173.8119.65133.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=35.28%
G=33.72%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117315900.040.120.2938.1812.9466.67
HexB5AD9F04C1D26d43
Octal2652552370414354615103
Binary101101011010110110011111010011001110110011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD9F; }

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

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

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

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

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

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

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

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