#B6AEA2

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

Shades of Cloudy #B6AEA2

Tints of Cloudy #B6AEA2

Color information

#B6AEA2 (or 0xB6AEA2) is unknown color: approx Cloudy. HEX triplet: B6, AE and A2. RGB value is (182,174,162). Sum of RGB (Red+Green+Blue) = 182+174+162=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEA2 is #49515D. Grayscale: #AFAFAF. Windows color (decimal): -4804958 or 10661558. OLE color: 10661558.

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

Color convert

RGB182174162-
CMYK00.040.110.29
HSL36º12.05%67.45%-
HSV(B)36º10.99%71.37%-
XYZ40.9542.8340.29-
YUV175.02120.65132.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=35.14%
G=33.59%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217416200.040.110.293612.0567.45
HexB6AEA204B1D24c43
Octal2662562420413354414103
Binary101101101010111010100010010010111110110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEA2; }

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

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

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

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

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

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

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

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