#B5AE9F

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

Shades of Cloudy #B5AE9F

Tints of Cloudy #B5AE9F

Color information

#B5AE9F (or 0xB5AE9F) is unknown color: approx Cloudy. HEX triplet: B5, AE and 9F. RGB value is (181,174,159). Sum of RGB (Red+Green+Blue) = 181+174+159=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE9F is #4A5160. Grayscale: #AEAEAE. Windows color (decimal): -4870497 or 10464949. OLE color: 10464949.

HSL color Cylindrical-coordinate representation of color #B5AE9F: hue angle of 40.91º 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 #B5AE9F is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181174159-
CMYK00.040.120.29
HSL40.91º12.94%66.67%-
HSV(B)40.91º12.15%70.98%-
XYZ40.4542.638.89-
YUV174.38119.32132.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=35.21%
G=33.85%
B=30.93%

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
Decimal18117415900.040.120.2940.9112.9466.67
HexB5AE9F04C1D29d43
Octal2652562370414355115103
Binary101101011010111010011111010011001110110100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE9F; }

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

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

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

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

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

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

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

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