#B6AEA0

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

Shades of Cloudy #B6AEA0

Tints of Cloudy #B6AEA0

Color information

#B6AEA0 (or 0xB6AEA0) is unknown color: approx Cloudy. HEX triplet: B6, AE and A0. RGB value is (182,174,160). Sum of RGB (Red+Green+Blue) = 182+174+160=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEA0 is #49515F. Grayscale: #AEAEAE. Windows color (decimal): -4804960 or 10530486. OLE color: 10530486.

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

Color convert

RGB182174160-
CMYK00.040.120.29
HSL38.18º13.1%67.06%-
HSV(B)38.18º12.09%71.37%-
XYZ40.7742.7639.36-
YUV174.8119.65133.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=35.27%
G=33.72%
B=31.01%

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
Decimal18217416000.040.120.2938.1813.167.06
HexB6AEA004C1D26d43
Octal2662562400414354615103
Binary101101101010111010100000010011001110110011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEA0; }

 p { color: rgb(182,174,160); }

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

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

 a { background-color: rgb(182,174,160); }

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

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

 span { border-color: rgb(182,174,160); }

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