#B5ABA0

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

Shades of Cloudy #B5ABA0

Tints of Cloudy #B5ABA0

Color information

#B5ABA0 (or 0xB5ABA0) is unknown color: approx Cloudy. HEX triplet: B5, AB and A0. RGB value is (181,171,160). Sum of RGB (Red+Green+Blue) = 181+171+160=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABA0 is #4A545F. Grayscale: #ACACAC. Windows color (decimal): -4871264 or 10529717. OLE color: 10529717.

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

Color convert

RGB181171160-
CMYK00.060.120.29
HSL31.43º12.43%66.86%-
HSV(B)31.43º11.6%70.98%-
XYZ39.9641.4939.16-
YUV172.74120.81133.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=35.35%
G=33.40%
B=31.25%

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
Decimal18117116000.060.120.2931.4312.4366.86
HexB5ABA006C1D1fc43
Octal2652532400614353714103
Binary10110101101010111010000001101100111011111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABA0; }

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

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

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

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

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

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

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

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