#B6AC9E

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

Shades of Cloudy #B6AC9E

Tints of Cloudy #B6AC9E

Color information

#B6AC9E (or 0xB6AC9E) is unknown color: approx Cloudy. HEX triplet: B6, AC and 9E. RGB value is (182,172,158). Sum of RGB (Red+Green+Blue) = 182+172+158=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC9E is #495361. Grayscale: #ADADAD. Windows color (decimal): -4805474 or 10398902. OLE color: 10398902.

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

Color convert

RGB182172158-
CMYK00.050.130.29
HSL35º14.12%66.67%-
HSV(B)35º13.19%71.37%-
XYZ40.2241.9238.32-
YUV173.39119.31134.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.55%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=35.55%
G=33.59%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217215800.050.130.293514.1266.67
HexB6AC9E05D1D23e43
Octal2662542360515354316103
Binary101101101010110010011110010111011110110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC9E; }

 p { color: rgb(182,172,158); }

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

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

 a { background-color: rgb(182,172,158); }

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

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

 span { border-color: rgb(182,172,158); }

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