#B6AFA2

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

Shades of Cloudy #B6AFA2

Tints of Cloudy #B6AFA2

Color information

#B6AFA2 (or 0xB6AFA2) is unknown color: approx Cloudy. HEX triplet: B6, AF and A2. RGB value is (182,175,162). Sum of RGB (Red+Green+Blue) = 182+175+162=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AFA2 is #49505D. Grayscale: #AFAFAF. Windows color (decimal): -4804702 or 10661814. OLE color: 10661814.

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

Color convert

RGB182175162-
CMYK00.040.110.29
HSL39º12.05%67.45%-
HSV(B)39º10.99%71.37%-
XYZ41.1443.2140.36-
YUV175.61120.32132.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=35.07%
G=33.72%
B=31.21%

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
Decimal18217516200.040.110.293912.0567.45
HexB6AFA204B1D27c43
Octal2662572420413354714103
Binary101101101010111110100010010010111110110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFA2; }

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

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

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

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

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

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

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

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