#B6C2AC

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

Shades of Pumice #B6C2AC

Tints of Pumice #B6C2AC

Color information

#B6C2AC (or 0xB6C2AC) is unknown color: approx Pumice. HEX triplet: B6, C2 and AC. RGB value is (182,194,172). Sum of RGB (Red+Green+Blue) = 182+194+172=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2AC is #493D53. Grayscale: #BBBBBB. Windows color (decimal): -4799828 or 11322038. OLE color: 11322038.

HSL color Cylindrical-coordinate representation of color #B6C2AC: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C2AC is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB182194172-
CMYK0.0600.110.24
HSL92.73º15.28%71.76%-
HSV(B)92.73º11.34%76.08%-
XYZ46.0351.5146.55-
YUV187.9119.02123.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=33.21%
G=35.40%
B=31.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941720.0600.110.2492.7315.2871.76
HexB6C2AC60B185df48
Octal26630225460133013517110
Binary1011011011000010101011001100101111000101110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C2AC; }

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

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

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

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

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

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

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

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