#B5AB9F

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

Shades of Cloudy #B5AB9F

Tints of Cloudy #B5AB9F

Color information

#B5AB9F (or 0xB5AB9F) is unknown color: approx Cloudy. HEX triplet: B5, AB and 9F. RGB value is (181,171,159). Sum of RGB (Red+Green+Blue) = 181+171+159=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB9F is #4A5460. Grayscale: #ACACAC. Windows color (decimal): -4871265 or 10464181. OLE color: 10464181.

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

Color convert

RGB181171159-
CMYK00.060.120.29
HSL32.73º12.94%66.67%-
HSV(B)32.73º12.15%70.98%-
XYZ39.8841.4538.7-
YUV172.62120.31133.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=35.42%
G=33.46%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117115900.060.120.2932.7312.9466.67
HexB5AB9F06C1D21d43
Octal2652532370614354115103
Binary101101011010101110011111011011001110110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB9F; }

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

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

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

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

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

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

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

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